Shades of Vivid Violet #742892
Tints of Vivid Violet #742892
RGB
CMYK
RGB Variations
Color information
#742892 (or 0x742892) is known color: Vivid Violet. HEX triplet: 74, 28 and 92. RGB value is (116,40,146). Sum of RGB (Red+Green+Blue) = 116+40+146=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #742892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742892 is #8BD76D. Grayscale: #4A4A4A. Windows color (decimal): -9164654 or 9578612. OLE color: 9578612.
HSL color Cylindrical-coordinate representation of color #742892: hue angle of 283.02º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742892 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 40 | 146 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.43 |
| HSL | 283.02º | 0.57% | 0.36% | - |
| HSV(B) | 283.02º | 0.73% | 0.57% | - |
| XYZ | 13.15 | 7.31 | 27.91 | - |
| YUV | 74.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 146 | 0.21 | 0.73 | 0 | 0.43 | 283.02 | 0.57 | 0.36 |
| Hex | 74 | 28 | 92 | 15 | 49 | 0 | 2B | 11B | 39 | 24 |
| Octal | 164 | 50 | 222 | 25 | 111 | 0 | 53 | 433 | 71 | 44 |
| Binary | 1110100 | 101000 | 10010010 | 10101 | 1001001 | 0 | 101011 | 100011011 | 111001 | 100100 |
Color Harmonies of #742892
Complementary color
Monochromatic Colors of #742892
Black with #742892
Text Example
Text Example
White with #742892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742892; }
p { color: rgb(116,40,146); }
H1.HeaderClassName
{
color: #742892;
}
.AnyTagClassName
{
color: #742892;
}
</style>
background-color css
<style>
a { background-color: #742892; }
a { background-color: rgb(116,40,146); }
div.DivClassName
{
background-color: #742892;
}
.BgClassName
{
background-color: #742892;
}
</style>
border-color css
<style>
span { border-color: #742892; }
span { border-color: rgb(116,40,146); }
td.TdClassName
{
border-color: #742892;
}
.TagClassName
{
border-color: #742892;
}
</style>