#660D62

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

Shades of Palatinate Purple #660D62

Tints of Palatinate Purple #660D62

Color information

#660D62 (or 0x660D62) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0D and 62. RGB value is (102,13,98). Sum of RGB (Red+Green+Blue) = 102+13+98=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #660D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D62 is #99F29D. Grayscale: #313131. Windows color (decimal): -10089118 or 6425958. OLE color: 6425958.

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

Color convert

RGB1021398-
CMYK00.870.040.6
HSL302.7º77.39%22.55%-
HSV(B)302.7º87.25%40%-
XYZ7.833.9911.91-
YUV49.3155.49165.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=47.89%
G=6.10%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102139800.870.040.6302.777.3922.55
Hex66D6205743C12f4d17
Octal14615142012747445711527
Binary11001101101110001001010111100111100100101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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