#76096B

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

Shades of Purple #76096B

Tints of Purple #76096B

Color information

#76096B (or 0x76096B) is unknown color: approx Purple. HEX triplet: 76, 09 and 6B. RGB value is (118,9,107). Sum of RGB (Red+Green+Blue) = 118+9+107=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096B is #89F694. Grayscale: #343434. Windows color (decimal): -9041557 or 7014774. OLE color: 7014774.

HSL color Cylindrical-coordinate representation of color #76096B: hue angle of 306.06º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76096B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1189107-
CMYK00.920.090.54
HSL306.06º85.83%24.9%-
HSV(B)306.06º92.37%46.27%-
XYZ10.225.1114.36-
YUV52.76158.61174.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=50.43%
G=3.85%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118910700.920.090.54306.0685.8324.9
Hex7696B05C9361325619
Octal166111530134116646212631
Binary111011010011101011010111001001110110100110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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