Shades of Vivid Violet #742F99
Tints of Vivid Violet #742F99
RGB
CMYK
RGB Variations
Color information
#742F99 (or 0x742F99) is known color: Vivid Violet. HEX triplet: 74, 2F and 99. RGB value is (116,47,153). Sum of RGB (Red+Green+Blue) = 116+47+153=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #742F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F99 is #8BD066. Grayscale: #4F4F4F. Windows color (decimal): -9162855 or 10039156. OLE color: 10039156.
HSL color Cylindrical-coordinate representation of color #742F99: hue angle of 279.06º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742F99 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 47 | 153 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.4 |
| HSL | 279.06º | 0.53% | 0.39% | - |
| HSV(B) | 279.06º | 0.69% | 0.6% | - |
| XYZ | 13.97 | 8.05 | 30.95 | - |
| YUV | 79.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 153 | 0.24 | 0.69 | 0 | 0.4 | 279.06 | 0.53 | 0.39 |
| Hex | 74 | 2F | 99 | 18 | 45 | 0 | 28 | 117 | 35 | 27 |
| Octal | 164 | 57 | 231 | 30 | 105 | 0 | 50 | 427 | 65 | 47 |
| Binary | 1110100 | 101111 | 10011001 | 11000 | 1000101 | 0 | 101000 | 100010111 | 110101 | 100111 |
Color Harmonies of #742F99
Complementary color
Monochromatic Colors of #742F99
Black with #742F99
Text Example
Text Example
White with #742F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F99; }
p { color: rgb(116,47,153); }
H1.HeaderClassName
{
color: #742F99;
}
.AnyTagClassName
{
color: #742F99;
}
</style>
background-color css
<style>
a { background-color: #742F99; }
a { background-color: rgb(116,47,153); }
div.DivClassName
{
background-color: #742F99;
}
.BgClassName
{
background-color: #742F99;
}
</style>
border-color css
<style>
span { border-color: #742F99; }
span { border-color: rgb(116,47,153); }
td.TdClassName
{
border-color: #742F99;
}
.TagClassName
{
border-color: #742F99;
}
</style>