#642062

Color #642062 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #642062

Tints of Palatinate Purple #642062

Color information

#642062 (or 0x642062) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 62. RGB value is (100,32,98). Sum of RGB (Red+Green+Blue) = 100+32+98=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #642062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642062 is #9BDF9D. Grayscale: #3B3B3B. Windows color (decimal): -10215326 or 6430820. OLE color: 6430820.

HSL color Cylindrical-coordinate representation of color #642062: hue angle of 301.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642062 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1003298-
CMYK00.680.020.61
HSL301.76º51.52%25.88%-
HSV(B)301.76º68%39.22%-
XYZ7.984.6212.03-
YUV59.86149.53156.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=43.48%
G=13.91%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100329800.680.020.61301.7651.5225.88
Hex64206204423D12e341a
Octal1444014201042754566432
Binary11001001000001100010010001001011110110010111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642062; }

 p { color: rgb(100,32,98); }

 H1.HeaderClassName
 {
   color: #642062;
 }
 .AnyTagClassName
 {
   color: #642062;
 }
</style>
background-color css

<style>
 a { background-color: #642062; }

 a { background-color: rgb(100,32,98); }

 div.DivClassName
 {
   background-color: #642062;
 }
 .BgClassName
 {
   background-color: #642062;
 }
</style>
border-color css

<style>
 span { border-color: #642062; }

 span { border-color: rgb(100,32,98); }

 td.TdClassName
 {
   border-color: #642062;
 }
 .TagClassName
 {
   border-color: #642062;
 }
</style>