Shades of Vivid Violet #742098
Tints of Vivid Violet #742098
RGB
CMYK
RGB Variations
Color information
#742098 (or 0x742098) is known color: Vivid Violet. HEX triplet: 74, 20 and 98. RGB value is (116,32,152). Sum of RGB (Red+Green+Blue) = 116+32+152=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #742098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742098 is #8BDF67. Grayscale: #464646. Windows color (decimal): -9166696 or 9969780. OLE color: 9969780.
HSL color Cylindrical-coordinate representation of color #742098: hue angle of 282º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742098 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 32 | 152 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.40 |
| HSL | 282º | 0.65% | 0.36% | - |
| HSV(B) | 282º | 0.79% | 0.6% | - |
| XYZ | 13.39 | 7.01 | 30.35 | - |
| YUV | 70.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 152 | 0.24 | 0.79 | 0 | 0.40 | 282 | 0.65 | 0.36 |
| Hex | 74 | 20 | 98 | 18 | 4F | 0 | 28 | 11A | 41 | 24 |
| Octal | 164 | 40 | 230 | 30 | 117 | 0 | 50 | 432 | 101 | 44 |
| Binary | 1110100 | 100000 | 10011000 | 11000 | 1001111 | 0 | 101000 | 100011010 | 1000001 | 100100 |
Color Harmonies of #742098
Complementary color
Monochromatic Colors of #742098
Black with #742098
Text Example
Text Example
White with #742098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742098; }
p { color: rgb(116,32,152); }
H1.HeaderClassName
{
color: #742098;
}
.AnyTagClassName
{
color: #742098;
}
</style>
background-color css
<style>
a { background-color: #742098; }
a { background-color: rgb(116,32,152); }
div.DivClassName
{
background-color: #742098;
}
.BgClassName
{
background-color: #742098;
}
</style>
border-color css
<style>
span { border-color: #742098; }
span { border-color: rgb(116,32,152); }
td.TdClassName
{
border-color: #742098;
}
.TagClassName
{
border-color: #742098;
}
</style>