#660D5B

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

Shades of Palatinate Purple #660D5B

Tints of Palatinate Purple #660D5B

Color information

#660D5B (or 0x660D5B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0D and 5B. RGB value is (102,13,91). Sum of RGB (Red+Green+Blue) = 102+13+91=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #660D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D5B is #99F2A4. Grayscale: #303030. Windows color (decimal): -10089125 or 5967206. OLE color: 5967206.

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

Color convert

RGB1021391-
CMYK00.870.110.6
HSL307.42º77.39%22.55%-
HSV(B)307.42º87.25%40%-
XYZ7.513.8710.25-
YUV48.5151.99166.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=49.51%
G=6.31%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102139100.870.110.6307.4277.3922.55
Hex66D5B057B3C1334d17
Octal146151330127137446311527
Binary110011011011011011010101111011111100100110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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