#64106E

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

Shades of Palatinate Purple #64106E

Tints of Palatinate Purple #64106E

Color information

#64106E (or 0x64106E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 10 and 6E. RGB value is (100,16,110). Sum of RGB (Red+Green+Blue) = 100+16+110=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #64106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64106E is #9BEF91. Grayscale: #333333. Windows color (decimal): -10219410 or 7213156. OLE color: 7213156.

HSL color Cylindrical-coordinate representation of color #64106E: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64106E is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10016110-
CMYK0.090.8500.57
HSL293.62º74.6%24.71%-
HSV(B)293.62º85.45%43.14%-
XYZ8.264.2115.13-
YUV51.83160.83162.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=44.25%
G=7.08%
B=48.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100161100.090.8500.57293.6274.624.71
Hex64106E9550391264b19
Octal144201561112507144611331
Binary1100100100001101110100110101010111001100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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