#76126B

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

Shades of Dark Purple #76126B

Tints of Dark Purple #76126B

Color information

#76126B (or 0x76126B) is unknown color: approx Dark Purple. HEX triplet: 76, 12 and 6B. RGB value is (118,18,107). Sum of RGB (Red+Green+Blue) = 118+18+107=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126B is #89ED94. Grayscale: #393939. Windows color (decimal): -9039253 or 7017078. OLE color: 7017078.

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

Color convert

RGB11818107-
CMYK00.850.090.54
HSL306.6º73.53%26.67%-
HSV(B)306.6º84.75%46.27%-
XYZ10.345.3514.4-
YUV58.05155.63170.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=48.56%
G=7.41%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181810700.850.090.54306.673.5326.67
Hex76126B0559361334a1b
Octal166221530125116646311233
Binary1110110100101101011010101011001110110100110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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