#660564

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

Shades of Palatinate Purple #660564

Tints of Palatinate Purple #660564

Color information

#660564 (or 0x660564) is unknown color: approx Palatinate Purple. HEX triplet: 66, 05 and 64. RGB value is (102,5,100). Sum of RGB (Red+Green+Blue) = 102+5+100=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #660564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660564 is #99FA9B. Grayscale: #2C2C2C. Windows color (decimal): -10091164 or 6554982. OLE color: 6554982.

HSL color Cylindrical-coordinate representation of color #660564: hue angle of 301.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660564 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB1025100-
CMYK00.950.020.6
HSL301.24º90.65%20.98%-
HSV(B)301.24º95.1%40%-
XYZ7.833.8512.39-
YUV44.83159.14168.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 100 (39.45% from 255) = 48.31%
R=49.28%
G=2.42%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102510000.950.020.6301.2490.6520.98
Hex6656405F23C12d5b15
Octal1465144013727445513325
Binary110011010111001000101111110111100100101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660564; }

 p { color: rgb(102,5,100); }

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

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

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

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

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

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

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