Shades of Purple #76037B
Tints of Purple #76037B
RGB
CMYK
RGB Variations
Color information
#76037B (or 0x76037B) is known color: Purple. HEX triplet: 76, 03 and 7B. RGB value is (118,3,123). Sum of RGB (Red+Green+Blue) = 118+3+123=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #76037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76037B is #89FC84. Grayscale: #323232. Windows color (decimal): -9043077 or 8061814. OLE color: 8061814.
HSL color Cylindrical-coordinate representation of color #76037B: hue angle of 297.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76037B is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 3 | 123 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.52 |
| HSL | 297.5º | 0.95% | 0.25% | - |
| HSV(B) | 297.5º | 0.98% | 0.48% | - |
| XYZ | 11.08 | 5.35 | 19.19 | - |
| YUV | 51.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 123 | 0.04 | 0.98 | 0 | 0.52 | 297.5 | 0.95 | 0.25 |
| Hex | 76 | 3 | 7B | 4 | 62 | 0 | 34 | 12A | 5F | 19 |
| Octal | 166 | 3 | 173 | 4 | 142 | 0 | 64 | 452 | 137 | 31 |
| Binary | 1110110 | 11 | 1111011 | 100 | 1100010 | 0 | 110100 | 100101010 | 1011111 | 11001 |
Color Harmonies of #76037B
Complementary color
Monochromatic Colors of #76037B
Black with #76037B
Text Example
Text Example
White with #76037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76037B; }
p { color: rgb(118,3,123); }
H1.HeaderClassName
{
color: #76037B;
}
.AnyTagClassName
{
color: #76037B;
}
</style>
background-color css
<style>
a { background-color: #76037B; }
a { background-color: rgb(118,3,123); }
div.DivClassName
{
background-color: #76037B;
}
.BgClassName
{
background-color: #76037B;
}
</style>
border-color css
<style>
span { border-color: #76037B; }
span { border-color: rgb(118,3,123); }
td.TdClassName
{
border-color: #76037B;
}
.TagClassName
{
border-color: #76037B;
}
</style>