#64106A

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

Shades of Palatinate Purple #64106A

Tints of Palatinate Purple #64106A

Color information

#64106A (or 0x64106A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 10 and 6A. RGB value is (100,16,106). Sum of RGB (Red+Green+Blue) = 100+16+106=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #64106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64106A is #9BEF95. Grayscale: #333333. Windows color (decimal): -10219414 or 6951012. OLE color: 6951012.

HSL color Cylindrical-coordinate representation of color #64106A: hue angle of 296º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64106A is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10016106-
CMYK0.060.8500.58
HSL296º73.77%23.92%-
HSV(B)296º84.91%41.57%-
XYZ8.044.1214.01-
YUV51.38158.83162.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=45.05%
G=7.21%
B=47.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100161060.060.8500.5829673.7723.92
Hex64106A65503A1284a18
Octal14420152612507245011230
Binary110010010000110101011010101010111010100101000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64106A; }

 p { color: rgb(100,16,106); }

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

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

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

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

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

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

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