#64126A

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

Shades of Palatinate Purple #64126A

Tints of Palatinate Purple #64126A

Color information

#64126A (or 0x64126A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 6A. RGB value is (100,18,106). Sum of RGB (Red+Green+Blue) = 100+18+106=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #64126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64126A is #9BED95. Grayscale: #343434. Windows color (decimal): -10218902 or 6951524. OLE color: 6951524.

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

Color convert

RGB10018106-
CMYK0.060.8300.58
HSL295.91º70.97%24.31%-
HSV(B)295.91º83.02%41.57%-
XYZ8.074.1814.02-
YUV52.55158.17161.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=44.64%
G=8.04%
B=47.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100181060.060.8300.58295.9170.9724.31
Hex64126A65303A1284718
Octal14422152612307245010730
Binary110010010010110101011010100110111010100101000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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