#660D76

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

Shades of Purple #660D76

Tints of Purple #660D76

Color information

#660D76 (or 0x660D76) is unknown color: approx Purple. HEX triplet: 66, 0D and 76. RGB value is (102,13,118). Sum of RGB (Red+Green+Blue) = 102+13+118=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #660D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D76 is #99F289. Grayscale: #333333. Windows color (decimal): -10089098 or 7736678. OLE color: 7736678.

HSL color Cylindrical-coordinate representation of color #660D76: hue angle of 290.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660D76 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10213118-
CMYK0.140.8900.54
HSL290.86º80.15%25.69%-
HSV(B)290.86º88.98%46.27%-
XYZ8.894.4217.52-
YUV51.58165.49163.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=43.78%
G=5.58%
B=50.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102131180.140.8900.54290.8680.1525.69
Hex66D76E59036123501a
Octal146151661613106644312032
Binary110011011011110110111010110010110110100100011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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