#642952

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

Shades of Palatinate Purple #642952

Tints of Palatinate Purple #642952

Color information

#642952 (or 0x642952) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 52. RGB value is (100,41,82). Sum of RGB (Red+Green+Blue) = 100+41+82=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #642952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642952 is #9BD6AD. Grayscale: #3F3F3F. Windows color (decimal): -10213038 or 5384548. OLE color: 5384548.

HSL color Cylindrical-coordinate representation of color #642952: hue angle of 318.31º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642952 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1004182-
CMYK00.590.180.61
HSL318.31º41.84%27.65%-
HSV(B)318.31º59%39.22%-
XYZ7.574.98.53-
YUV63.32138.55154.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=44.84%
G=18.39%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100418200.590.180.61318.3141.8427.65
Hex64295203B123D13e2a1c
Octal1445112207322754765234
Binary1100100101001101001001110111001011110110011111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642952; }

 p { color: rgb(100,41,82); }

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

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

 a { background-color: rgb(100,41,82); }

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

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

 span { border-color: rgb(100,41,82); }

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