#642964

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

Shades of Palatinate Purple #642964

Tints of Palatinate Purple #642964

Color information

#642964 (or 0x642964) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 64. RGB value is (100,41,100). Sum of RGB (Red+Green+Blue) = 100+41+100=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #642964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642964 is #9BD69B. Grayscale: #414141. Windows color (decimal): -10213020 or 6564196. OLE color: 6564196.

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

Color convert

RGB10041100-
CMYK00.5900.61
HSL300º41.84%27.65%-
HSV(B)300º59%39.22%-
XYZ8.355.2212.62-
YUV65.37147.55152.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=41.49%
G=17.01%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1004110000.5900.6130041.8427.65
Hex64296403B03D12c2a1c
Octal144511440730754545234
Binary110010010100111001000111011011110110010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642964; }

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

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

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

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

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

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

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

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