#77026E

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

Shades of Purple #77026E

Tints of Purple #77026E

Color information

#77026E (or 0x77026E) is unknown color: approx Purple. HEX triplet: 77, 02 and 6E. RGB value is (119,2,110). Sum of RGB (Red+Green+Blue) = 119+2+110=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026E is #88FD91. Grayscale: #303030. Windows color (decimal): -8977810 or 7209591. OLE color: 7209591.

HSL color Cylindrical-coordinate representation of color #77026E: hue angle of 304.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77026E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1192110-
CMYK00.980.080.53
HSL304.62º96.69%23.73%-
HSV(B)304.62º98.32%46.67%-
XYZ10.445.0915.18-
YUV49.29162.26177.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=51.52%
G=0.87%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211000.980.080.53304.6296.6923.73
Hex7726E0628351316118
Octal16721560142106546114130
Binary1110111101101110011000101000110101100110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77026E; }

 p { color: rgb(119,2,110); }

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

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

 a { background-color: rgb(119,2,110); }

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

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

 span { border-color: rgb(119,2,110); }

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