#642067

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

Shades of Palatinate Purple #642067

Tints of Palatinate Purple #642067

Color information

#642067 (or 0x642067) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 67. RGB value is (100,32,103). Sum of RGB (Red+Green+Blue) = 100+32+103=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #642067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642067 is #9BDF98. Grayscale: #3C3C3C. Windows color (decimal): -10215321 or 6758500. OLE color: 6758500.

HSL color Cylindrical-coordinate representation of color #642067: hue angle of 297.46º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642067 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10032103-
CMYK0.030.6900.60
HSL297.46º52.59%26.47%-
HSV(B)297.46º68.93%40.39%-
XYZ8.224.7213.31-
YUV60.43152.03156.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=42.55%
G=13.62%
B=43.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100321030.030.6900.60297.4652.5926.47
Hex64206734503C129351a
Octal1444014731050744516532
Binary11001001000001100111111000101011110010010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642067; }

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

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

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

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

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

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

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

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