#76136B

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

Shades of Dark Purple #76136B

Tints of Dark Purple #76136B

Color information

#76136B (or 0x76136B) is unknown color: approx Dark Purple. HEX triplet: 76, 13 and 6B. RGB value is (118,19,107). Sum of RGB (Red+Green+Blue) = 118+19+107=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136B is #89EC94. Grayscale: #3A3A3A. Windows color (decimal): -9038997 or 7017334. OLE color: 7017334.

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

Color convert

RGB11819107-
CMYK00.840.090.54
HSL306.67º72.26%26.86%-
HSV(B)306.67º83.9%46.27%-
XYZ10.365.3814.4-
YUV58.63155.3170.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=48.36%
G=7.79%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181910700.840.090.54306.6772.2626.86
Hex76136B054936133481b
Octal166231530124116646311033
Binary1110110100111101011010101001001110110100110011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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