#660D64

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

Shades of Palatinate Purple #660D64

Tints of Palatinate Purple #660D64

Color information

#660D64 (or 0x660D64) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0D and 64. RGB value is (102,13,100). Sum of RGB (Red+Green+Blue) = 102+13+100=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #660D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D64 is #99F29B. Grayscale: #313131. Windows color (decimal): -10089116 or 6557030. OLE color: 6557030.

HSL color Cylindrical-coordinate representation of color #660D64: hue angle of 301.35º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D64 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10213100-
CMYK00.870.020.6
HSL301.35º77.39%22.55%-
HSV(B)301.35º87.25%40%-
XYZ7.924.0312.42-
YUV49.53156.49165.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=47.44%
G=6.05%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021310000.870.020.6301.3577.3922.55
Hex66D6405723C12d4d17
Octal14615144012727445511527
Binary1100110110111001000101011110111100100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660D64; }

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

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

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

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

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

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

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

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