Shades of Purple #76036E
Tints of Purple #76036E
RGB
CMYK
RGB Variations
Color information
#76036E (or 0x76036E) is known color: Purple. HEX triplet: 76, 03 and 6E. RGB value is (118,3,110). Sum of RGB (Red+Green+Blue) = 118+3+110=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036E is #89FC91. Grayscale: #313131. Windows color (decimal): -9043090 or 7209846. OLE color: 7209846.
HSL color Cylindrical-coordinate representation of color #76036E: hue angle of 304.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76036E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 110 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.54 |
| HSL | 304.17º | 0.95% | 0.24% | - |
| HSV(B) | 304.17º | 0.97% | 0.46% | - |
| XYZ | 10.32 | 5.04 | 15.18 | - |
| YUV | 49.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 110 | 0 | 0.97 | 0.07 | 0.54 | 304.17 | 0.95 | 0.24 |
| Hex | 76 | 3 | 6E | 0 | 61 | 7 | 36 | 130 | 5F | 18 |
| Octal | 166 | 3 | 156 | 0 | 141 | 7 | 66 | 460 | 137 | 30 |
| Binary | 1110110 | 11 | 1101110 | 0 | 1100001 | 111 | 110110 | 100110000 | 1011111 | 11000 |
Color Harmonies of #76036E
Complementary color
Monochromatic Colors of #76036E
Black with #76036E
Text Example
Text Example
White with #76036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76036E; }
p { color: rgb(118,3,110); }
H1.HeaderClassName
{
color: #76036E;
}
.AnyTagClassName
{
color: #76036E;
}
</style>
background-color css
<style>
a { background-color: #76036E; }
a { background-color: rgb(118,3,110); }
div.DivClassName
{
background-color: #76036E;
}
.BgClassName
{
background-color: #76036E;
}
</style>
border-color css
<style>
span { border-color: #76036E; }
span { border-color: rgb(118,3,110); }
td.TdClassName
{
border-color: #76036E;
}
.TagClassName
{
border-color: #76036E;
}
</style>