Shades of Vivid Violet #742499
Tints of Vivid Violet #742499
RGB
CMYK
RGB Variations
Color information
#742499 (or 0x742499) is known color: Vivid Violet. HEX triplet: 74, 24 and 99. RGB value is (116,36,153). Sum of RGB (Red+Green+Blue) = 116+36+153=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #742499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742499 is #8BDB66. Grayscale: #484848. Windows color (decimal): -9165671 or 10036340. OLE color: 10036340.
HSL color Cylindrical-coordinate representation of color #742499: hue angle of 281.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742499 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 36 | 153 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.4 |
| HSL | 281.03º | 0.62% | 0.37% | - |
| HSV(B) | 281.03º | 0.76% | 0.6% | - |
| XYZ | 13.58 | 7.27 | 30.83 | - |
| YUV | 73.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 153 | 0.24 | 0.76 | 0 | 0.4 | 281.03 | 0.62 | 0.37 |
| Hex | 74 | 24 | 99 | 18 | 4C | 0 | 28 | 119 | 3E | 25 |
| Octal | 164 | 44 | 231 | 30 | 114 | 0 | 50 | 431 | 76 | 45 |
| Binary | 1110100 | 100100 | 10011001 | 11000 | 1001100 | 0 | 101000 | 100011001 | 111110 | 100101 |
Color Harmonies of #742499
Complementary color
Monochromatic Colors of #742499
Black with #742499
Text Example
Text Example
White with #742499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742499; }
p { color: rgb(116,36,153); }
H1.HeaderClassName
{
color: #742499;
}
.AnyTagClassName
{
color: #742499;
}
</style>
background-color css
<style>
a { background-color: #742499; }
a { background-color: rgb(116,36,153); }
div.DivClassName
{
background-color: #742499;
}
.BgClassName
{
background-color: #742499;
}
</style>
border-color css
<style>
span { border-color: #742499; }
span { border-color: rgb(116,36,153); }
td.TdClassName
{
border-color: #742499;
}
.TagClassName
{
border-color: #742499;
}
</style>