#76016E

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

Shades of Purple #76016E

Tints of Purple #76016E

Color information

#76016E (or 0x76016E) is unknown color: approx Purple. HEX triplet: 76, 01 and 6E. RGB value is (118,1,110). Sum of RGB (Red+Green+Blue) = 118+1+110=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016E is #89FE91. Grayscale: #303030. Windows color (decimal): -9043602 or 7209334. OLE color: 7209334.

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

Color convert

RGB1181110-
CMYK00.990.070.54
HSL304.1º98.32%23.33%-
HSV(B)304.1º99.15%46.27%-
XYZ10.3515.17-
YUV48.41162.76177.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=51.53%
G=0.44%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118111000.990.070.54304.198.3223.33
Hex7616E0637361306217
Octal1661156014376646014227
Binary11101101110111001100011111110110100110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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