Shades of Vivid Violet #742F8F
Tints of Vivid Violet #742F8F
RGB
CMYK
RGB Variations
Color information
#742F8F (or 0x742F8F) is known color: Vivid Violet. HEX triplet: 74, 2F and 8F. RGB value is (116,47,143). Sum of RGB (Red+Green+Blue) = 116+47+143=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #742F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F8F is #8BD070. Grayscale: #4E4E4E. Windows color (decimal): -9162865 or 9383796. OLE color: 9383796.
HSL color Cylindrical-coordinate representation of color #742F8F: hue angle of 283.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742F8F is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 47 | 143 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.44 |
| HSL | 283.13º | 0.51% | 0.37% | - |
| HSV(B) | 283.13º | 0.67% | 0.56% | - |
| XYZ | 13.18 | 7.73 | 26.78 | - |
| YUV | 78.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 143 | 0.19 | 0.67 | 0 | 0.44 | 283.13 | 0.51 | 0.37 |
| Hex | 74 | 2F | 8F | 13 | 43 | 0 | 2C | 11B | 33 | 25 |
| Octal | 164 | 57 | 217 | 23 | 103 | 0 | 54 | 433 | 63 | 45 |
| Binary | 1110100 | 101111 | 10001111 | 10011 | 1000011 | 0 | 101100 | 100011011 | 110011 | 100101 |
Color Harmonies of #742F8F
Complementary color
Monochromatic Colors of #742F8F
Black with #742F8F
Text Example
Text Example
White with #742F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F8F; }
p { color: rgb(116,47,143); }
H1.HeaderClassName
{
color: #742F8F;
}
.AnyTagClassName
{
color: #742F8F;
}
</style>
background-color css
<style>
a { background-color: #742F8F; }
a { background-color: rgb(116,47,143); }
div.DivClassName
{
background-color: #742F8F;
}
.BgClassName
{
background-color: #742F8F;
}
</style>
border-color css
<style>
span { border-color: #742F8F; }
span { border-color: rgb(116,47,143); }
td.TdClassName
{
border-color: #742F8F;
}
.TagClassName
{
border-color: #742F8F;
}
</style>