#76056C

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

Shades of Purple #76056C

Tints of Purple #76056C

Color information

#76056C (or 0x76056C) is unknown color: approx Purple. HEX triplet: 76, 05 and 6C. RGB value is (118,5,108). Sum of RGB (Red+Green+Blue) = 118+5+108=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056C is #89FA93. Grayscale: #323232. Windows color (decimal): -9042580 or 7079286. OLE color: 7079286.

HSL color Cylindrical-coordinate representation of color #76056C: hue angle of 305.31º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76056C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1185108-
CMYK00.960.080.54
HSL305.31º91.87%24.12%-
HSV(B)305.31º95.76%46.27%-
XYZ10.235.0414.62-
YUV50.53160.44176.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=51.08%
G=2.16%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118510800.960.080.54305.3191.8724.12
Hex7656C0608361315c18
Octal16651540140106646113430
Binary11101101011101100011000001000110110100110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,5,108); }

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

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

 a { background-color: rgb(118,5,108); }

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

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

 span { border-color: rgb(118,5,108); }

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