#660F76

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

Shades of Purple #660F76

Tints of Purple #660F76

Color information

#660F76 (or 0x660F76) is unknown color: approx Purple. HEX triplet: 66, 0F and 76. RGB value is (102,15,118). Sum of RGB (Red+Green+Blue) = 102+15+118=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #660F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F76 is #99F089. Grayscale: #343434. Windows color (decimal): -10088586 or 7737190. OLE color: 7737190.

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

Color convert

RGB10215118-
CMYK0.140.8700.54
HSL290.68º77.44%26.08%-
HSV(B)290.68º87.29%46.27%-
XYZ8.924.4717.53-
YUV52.76164.82163.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=43.40%
G=6.38%
B=50.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102151180.140.8700.54290.6877.4426.08
Hex66F76E570361234d1a
Octal146171661612706644311532
Binary110011011111110110111010101110110110100100011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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