#64165D

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

Shades of Palatinate Purple #64165D

Tints of Palatinate Purple #64165D

Color information

#64165D (or 0x64165D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 16 and 5D. RGB value is (100,22,93). Sum of RGB (Red+Green+Blue) = 100+22+93=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64165D is #9BE9A2. Grayscale: #353535. Windows color (decimal): -10217891 or 6100580. OLE color: 6100580.

HSL color Cylindrical-coordinate representation of color #64165D: hue angle of 305.38º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64165D is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1002293-
CMYK00.780.070.61
HSL305.38º63.93%23.92%-
HSV(B)305.38º78%39.22%-
XYZ7.524.0710.75-
YUV53.42150.34161.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=46.51%
G=10.23%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100229300.780.070.61305.3863.9323.92
Hex64165D04E73D1314018
Octal14426135011677546110030
Binary110010010110101110101001110111111101100110001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64165D; }

 p { color: rgb(100,22,93); }

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

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

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

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

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

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

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