Shades of Vivid Violet #76249B
Tints of Vivid Violet #76249B
RGB
CMYK
RGB Variations
Color information
#76249B (or 0x76249B) is known color: Vivid Violet. HEX triplet: 76, 24 and 9B. RGB value is (118,36,155). Sum of RGB (Red+Green+Blue) = 118+36+155=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #76249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76249B is #89DB64. Grayscale: #494949. Windows color (decimal): -9034597 or 10167414. OLE color: 10167414.
HSL color Cylindrical-coordinate representation of color #76249B: hue angle of 281.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76249B is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 36 | 155 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.39 |
| HSL | 281.34º | 0.62% | 0.37% | - |
| HSV(B) | 281.34º | 0.77% | 0.61% | - |
| XYZ | 14.02 | 7.48 | 31.72 | - |
| YUV | 74.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 155 | 0.24 | 0.77 | 0 | 0.39 | 281.34 | 0.62 | 0.37 |
| Hex | 76 | 24 | 9B | 18 | 4D | 0 | 27 | 119 | 3E | 25 |
| Octal | 166 | 44 | 233 | 30 | 115 | 0 | 47 | 431 | 76 | 45 |
| Binary | 1110110 | 100100 | 10011011 | 11000 | 1001101 | 0 | 100111 | 100011001 | 111110 | 100101 |
Color Harmonies of #76249B
Complementary color
Monochromatic Colors of #76249B
Black with #76249B
Text Example
Text Example
White with #76249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76249B; }
p { color: rgb(118,36,155); }
H1.HeaderClassName
{
color: #76249B;
}
.AnyTagClassName
{
color: #76249B;
}
</style>
background-color css
<style>
a { background-color: #76249B; }
a { background-color: rgb(118,36,155); }
div.DivClassName
{
background-color: #76249B;
}
.BgClassName
{
background-color: #76249B;
}
</style>
border-color css
<style>
span { border-color: #76249B; }
span { border-color: rgb(118,36,155); }
td.TdClassName
{
border-color: #76249B;
}
.TagClassName
{
border-color: #76249B;
}
</style>