Shades of Vivid Violet #742097
Tints of Vivid Violet #742097
RGB
CMYK
RGB Variations
Color information
#742097 (or 0x742097) is known color: Vivid Violet. HEX triplet: 74, 20 and 97. RGB value is (116,32,151). Sum of RGB (Red+Green+Blue) = 116+32+151=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #742097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742097 is #8BDF68. Grayscale: #464646. Windows color (decimal): -9166697 or 9904244. OLE color: 9904244.
HSL color Cylindrical-coordinate representation of color #742097: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742097 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 32 | 151 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.41 |
| HSL | 282.35º | 0.65% | 0.36% | - |
| HSV(B) | 282.35º | 0.79% | 0.59% | - |
| XYZ | 13.3 | 6.98 | 29.92 | - |
| YUV | 70.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 151 | 0.23 | 0.79 | 0 | 0.41 | 282.35 | 0.65 | 0.36 |
| Hex | 74 | 20 | 97 | 17 | 4F | 0 | 29 | 11A | 41 | 24 |
| Octal | 164 | 40 | 227 | 27 | 117 | 0 | 51 | 432 | 101 | 44 |
| Binary | 1110100 | 100000 | 10010111 | 10111 | 1001111 | 0 | 101001 | 100011010 | 1000001 | 100100 |
Color Harmonies of #742097
Complementary color
Monochromatic Colors of #742097
Black with #742097
Text Example
Text Example
White with #742097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742097; }
p { color: rgb(116,32,151); }
H1.HeaderClassName
{
color: #742097;
}
.AnyTagClassName
{
color: #742097;
}
</style>
background-color css
<style>
a { background-color: #742097; }
a { background-color: rgb(116,32,151); }
div.DivClassName
{
background-color: #742097;
}
.BgClassName
{
background-color: #742097;
}
</style>
border-color css
<style>
span { border-color: #742097; }
span { border-color: rgb(116,32,151); }
td.TdClassName
{
border-color: #742097;
}
.TagClassName
{
border-color: #742097;
}
</style>