Shades of Vivid Violet #742893
Tints of Vivid Violet #742893
RGB
CMYK
RGB Variations
Color information
#742893 (or 0x742893) is known color: Vivid Violet. HEX triplet: 74, 28 and 93. RGB value is (116,40,147). Sum of RGB (Red+Green+Blue) = 116+40+147=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #742893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742893 is #8BD76C. Grayscale: #4A4A4A. Windows color (decimal): -9164653 or 9644148. OLE color: 9644148.
HSL color Cylindrical-coordinate representation of color #742893: hue angle of 282.62º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742893 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 40 | 147 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.42 |
| HSL | 282.62º | 0.57% | 0.37% | - |
| HSV(B) | 282.62º | 0.73% | 0.58% | - |
| XYZ | 13.23 | 7.34 | 28.32 | - |
| YUV | 74.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 147 | 0.21 | 0.73 | 0 | 0.42 | 282.62 | 0.57 | 0.37 |
| Hex | 74 | 28 | 93 | 15 | 49 | 0 | 2A | 11B | 39 | 25 |
| Octal | 164 | 50 | 223 | 25 | 111 | 0 | 52 | 433 | 71 | 45 |
| Binary | 1110100 | 101000 | 10010011 | 10101 | 1001001 | 0 | 101010 | 100011011 | 111001 | 100101 |
Color Harmonies of #742893
Complementary color
Monochromatic Colors of #742893
Black with #742893
Text Example
Text Example
White with #742893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742893; }
p { color: rgb(116,40,147); }
H1.HeaderClassName
{
color: #742893;
}
.AnyTagClassName
{
color: #742893;
}
</style>
background-color css
<style>
a { background-color: #742893; }
a { background-color: rgb(116,40,147); }
div.DivClassName
{
background-color: #742893;
}
.BgClassName
{
background-color: #742893;
}
</style>
border-color css
<style>
span { border-color: #742893; }
span { border-color: rgb(116,40,147); }
td.TdClassName
{
border-color: #742893;
}
.TagClassName
{
border-color: #742893;
}
</style>