#76126C

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

Shades of Dark Purple #76126C

Tints of Dark Purple #76126C

Color information

#76126C (or 0x76126C) is unknown color: approx Dark Purple. HEX triplet: 76, 12 and 6C. RGB value is (118,18,108). Sum of RGB (Red+Green+Blue) = 118+18+108=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126C is #89ED93. Grayscale: #393939. Windows color (decimal): -9039252 or 7082614. OLE color: 7082614.

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

Color convert

RGB11818108-
CMYK00.850.080.54
HSL306º73.53%26.67%-
HSV(B)306º84.75%46.27%-
XYZ10.395.3714.68-
YUV58.16156.13170.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=48.36%
G=7.38%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181810800.850.080.5430673.5326.67
Hex76126C0558361324a1b
Octal166221540125106646211233
Binary1110110100101101100010101011000110110100110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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