#76026E

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

Shades of Purple #76026E

Tints of Purple #76026E

Color information

#76026E (or 0x76026E) is unknown color: approx Purple. HEX triplet: 76, 02 and 6E. RGB value is (118,2,110). Sum of RGB (Red+Green+Blue) = 118+2+110=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76026E is #89FD91. Grayscale: #303030. Windows color (decimal): -9043346 or 7209590. OLE color: 7209590.

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

Color convert

RGB1182110-
CMYK00.980.070.54
HSL304.14º96.67%23.53%-
HSV(B)304.14º98.31%46.27%-
XYZ10.315.0215.18-
YUV49162.43177.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=51.30%
G=0.87%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211000.980.070.54304.1496.6723.53
Hex7626E0627361306118
Octal1662156014276646014130
Binary111011010110111001100010111110110100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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