#660D57

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

Shades of Palatinate Purple #660D57

Tints of Palatinate Purple #660D57

Color information

#660D57 (or 0x660D57) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0D and 57. RGB value is (102,13,87). Sum of RGB (Red+Green+Blue) = 102+13+87=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D57 is #99F2A8. Grayscale: #2F2F2F. Windows color (decimal): -10089129 or 5705062. OLE color: 5705062.

HSL color Cylindrical-coordinate representation of color #660D57: hue angle of 310.11º 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 #660D57 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1021387-
CMYK00.870.150.6
HSL310.11º77.39%22.55%-
HSV(B)310.11º87.25%40%-
XYZ7.343.89.36-
YUV48.05149.99166.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=50.50%
G=6.44%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102138700.870.150.6310.1177.3922.55
Hex66D57057F3C1364d17
Octal146151270127177446611527
Binary110011011011010111010101111111111100100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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