#76016A

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

Shades of Purple #76016A

Tints of Purple #76016A

Color information

#76016A (or 0x76016A) is unknown color: approx Purple. HEX triplet: 76, 01 and 6A. RGB value is (118,1,106). Sum of RGB (Red+Green+Blue) = 118+1+106=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016A is #89FE95. Grayscale: #2F2F2F. Windows color (decimal): -9043606 or 6947190. OLE color: 6947190.

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

Color convert

RGB1181106-
CMYK00.990.100.54
HSL306.15º98.32%23.33%-
HSV(B)306.15º99.15%46.27%-
XYZ10.084.9114.05-
YUV47.95160.76177.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=52.44%
G=0.44%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110600.990.100.54306.1598.3223.33
Hex7616A063A361326217
Octal16611520143126646214227
Binary111011011101010011000111010110110100110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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