#642951

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

Shades of Palatinate Purple #642951

Tints of Palatinate Purple #642951

Color information

#642951 (or 0x642951) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 51. RGB value is (100,41,81). Sum of RGB (Red+Green+Blue) = 100+41+81=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #642951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642951 is #9BD6AE. Grayscale: #3F3F3F. Windows color (decimal): -10213039 or 5319012. OLE color: 5319012.

HSL color Cylindrical-coordinate representation of color #642951: hue angle of 319.32º 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 #642951 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB1004181-
CMYK00.590.190.61
HSL319.32º41.84%27.65%-
HSV(B)319.32º59%39.22%-
XYZ7.534.898.33-
YUV63.2138.05154.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=45.05%
G=18.47%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100418100.590.190.61319.3241.8427.65
Hex64295103B133D13f2a1c
Octal1445112107323754775234
Binary1100100101001101000101110111001111110110011111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642951; }

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

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

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

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

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

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

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

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