#76136A

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

Shades of Dark Purple #76136A

Tints of Dark Purple #76136A

Color information

#76136A (or 0x76136A) is unknown color: approx Dark Purple. HEX triplet: 76, 13 and 6A. RGB value is (118,19,106). Sum of RGB (Red+Green+Blue) = 118+19+106=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136A is #89EC95. Grayscale: #3A3A3A. Windows color (decimal): -9038998 or 6951798. OLE color: 6951798.

HSL color Cylindrical-coordinate representation of color #76136A: hue angle of 307.27º 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 #76136A is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11819106-
CMYK00.840.100.54
HSL307.27º72.26%26.86%-
HSV(B)307.27º83.9%46.27%-
XYZ10.315.3614.13-
YUV58.52154.8170.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=48.56%
G=7.82%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181910600.840.100.54307.2772.2626.86
Hex76136A054A36133481b
Octal166231520124126646311033
Binary1110110100111101010010101001010110110100110011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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