#76056B

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

Shades of Purple #76056B

Tints of Purple #76056B

Color information

#76056B (or 0x76056B) is unknown color: approx Purple. HEX triplet: 76, 05 and 6B. RGB value is (118,5,107). Sum of RGB (Red+Green+Blue) = 118+5+107=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056B is #89FA94. Grayscale: #323232. Windows color (decimal): -9042581 or 7013750. OLE color: 7013750.

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

Color convert

RGB1185107-
CMYK00.960.090.54
HSL305.84º91.87%24.12%-
HSV(B)305.84º95.76%46.27%-
XYZ10.185.0214.34-
YUV50.42159.94176.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=51.30%
G=2.17%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118510700.960.090.54305.8491.8724.12
Hex7656B0609361325c18
Octal16651530140116646213430
Binary11101101011101011011000001001110110100110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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