#660C58

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

Shades of Palatinate Purple #660C58

Tints of Palatinate Purple #660C58

Color information

#660C58 (or 0x660C58) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 58. RGB value is (102,12,88). Sum of RGB (Red+Green+Blue) = 102+12+88=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C58 is #99F3A7. Grayscale: #2F2F2F. Windows color (decimal): -10089384 or 5770342. OLE color: 5770342.

HSL color Cylindrical-coordinate representation of color #660C58: hue angle of 309.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C58 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1021288-
CMYK00.880.140.6
HSL309.33º78.95%22.35%-
HSV(B)309.33º88.24%40%-
XYZ7.373.799.58-
YUV47.57150.82166.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=50.50%
G=5.94%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102128800.880.140.6309.3378.9522.35
Hex66C58058E3C1354f16
Octal146141300130167446511726
Binary110011011001011000010110001110111100100110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,88); }

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

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

 a { background-color: rgb(102,12,88); }

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

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

 span { border-color: rgb(102,12,88); }

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