#77026C

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

Shades of Purple #77026C

Tints of Purple #77026C

Color information

#77026C (or 0x77026C) is unknown color: approx Purple. HEX triplet: 77, 02 and 6C. RGB value is (119,2,108). Sum of RGB (Red+Green+Blue) = 119+2+108=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026C is #88FD93. Grayscale: #303030. Windows color (decimal): -8977812 or 7078519. OLE color: 7078519.

HSL color Cylindrical-coordinate representation of color #77026C: hue angle of 305.64º 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 #77026C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB1192108-
CMYK00.980.090.53
HSL305.64º96.69%23.73%-
HSV(B)305.64º98.32%46.67%-
XYZ10.345.0514.62-
YUV49.07161.26177.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=51.97%
G=0.87%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119210800.980.090.53305.6496.6923.73
Hex7726C0629351326118
Octal16721540142116546214130
Binary1110111101101100011000101001110101100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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