#77066C

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

Shades of Purple #77066C

Tints of Purple #77066C

Color information

#77066C (or 0x77066C) is unknown color: approx Purple. HEX triplet: 77, 06 and 6C. RGB value is (119,6,108). Sum of RGB (Red+Green+Blue) = 119+6+108=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77066C is #88F993. Grayscale: #333333. Windows color (decimal): -8976788 or 7079543. OLE color: 7079543.

HSL color Cylindrical-coordinate representation of color #77066C: hue angle of 305.84º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77066C is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB1196108-
CMYK00.950.090.53
HSL305.84º90.4%24.51%-
HSV(B)305.84º94.96%46.67%-
XYZ10.385.1314.63-
YUV51.41159.94176.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=51.07%
G=2.58%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119610800.950.090.53305.8490.424.51
Hex7766C05F9351325a19
Octal16761540137116546213231
Binary11101111101101100010111111001110101100110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77066C; }

 p { color: rgb(119,6,108); }

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

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

 a { background-color: rgb(119,6,108); }

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

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

 span { border-color: rgb(119,6,108); }

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