#660977

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

Shades of Purple #660977

Tints of Purple #660977

Color information

#660977 (or 0x660977) is unknown color: approx Purple. HEX triplet: 66, 09 and 77. RGB value is (102,9,119). Sum of RGB (Red+Green+Blue) = 102+9+119=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #660977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660977 is #99F688. Grayscale: #313131. Windows color (decimal): -10090121 or 7801190. OLE color: 7801190.

HSL color Cylindrical-coordinate representation of color #660977: hue angle of 290.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660977 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1029119-
CMYK0.140.9200.53
HSL290.73º85.94%25.1%-
HSV(B)290.73º92.44%46.67%-
XYZ8.914.3517.82-
YUV49.35167.31165.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=44.35%
G=3.91%
B=51.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10291190.140.9200.53290.7385.9425.1
Hex66977E5C0351235619
Octal146111671613406544312631
Binary110011010011110111111010111000110101100100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660977; }

 p { color: rgb(102,9,119); }

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

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

 a { background-color: rgb(102,9,119); }

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

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

 span { border-color: rgb(102,9,119); }

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