#76026A

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

Shades of Purple #76026A

Tints of Purple #76026A

Color information

#76026A (or 0x76026A) is unknown color: approx Purple. HEX triplet: 76, 02 and 6A. RGB value is (118,2,106). Sum of RGB (Red+Green+Blue) = 118+2+106=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76026A is #89FD95. Grayscale: #303030. Windows color (decimal): -9043350 or 6947446. OLE color: 6947446.

HSL color Cylindrical-coordinate representation of color #76026A: hue angle of 306.21º 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 #76026A is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB1182106-
CMYK00.980.100.54
HSL306.21º96.67%23.53%-
HSV(B)306.21º98.31%46.27%-
XYZ10.094.9414.06-
YUV48.54160.43177.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=52.21%
G=0.88%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118210600.980.100.54306.2196.6723.53
Hex7626A062A361326118
Octal16621520142126646214130
Binary1110110101101010011000101010110110100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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