#76056A

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

Shades of Purple #76056A

Tints of Purple #76056A

Color information

#76056A (or 0x76056A) is unknown color: approx Purple. HEX triplet: 76, 05 and 6A. RGB value is (118,5,106). Sum of RGB (Red+Green+Blue) = 118+5+106=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056A is #89FA95. Grayscale: #323232. Windows color (decimal): -9042582 or 6948214. OLE color: 6948214.

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

Color convert

RGB1185106-
CMYK00.960.100.54
HSL306.37º91.87%24.12%-
HSV(B)306.37º95.76%46.27%-
XYZ10.13514.07-
YUV50.3159.44176.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=51.53%
G=2.18%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118510600.960.100.54306.3791.8724.12
Hex7656A060A361325c18
Octal16651520140126646213430
Binary11101101011101010011000001010110110100110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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