Shades of Vivid Violet #742897
Tints of Vivid Violet #742897
RGB
CMYK
RGB Variations
Color information
#742897 (or 0x742897) is known color: Vivid Violet. HEX triplet: 74, 28 and 97. RGB value is (116,40,151). Sum of RGB (Red+Green+Blue) = 116+40+151=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #742897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742897 is #8BD768. Grayscale: #4B4B4B. Windows color (decimal): -9164649 or 9906292. OLE color: 9906292.
HSL color Cylindrical-coordinate representation of color #742897: hue angle of 281.08º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742897 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 40 | 151 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.41 |
| HSL | 281.08º | 0.58% | 0.37% | - |
| HSV(B) | 281.08º | 0.74% | 0.59% | - |
| XYZ | 13.55 | 7.46 | 30.01 | - |
| YUV | 75.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 151 | 0.23 | 0.74 | 0 | 0.41 | 281.08 | 0.58 | 0.37 |
| Hex | 74 | 28 | 97 | 17 | 4A | 0 | 29 | 119 | 3A | 25 |
| Octal | 164 | 50 | 227 | 27 | 112 | 0 | 51 | 431 | 72 | 45 |
| Binary | 1110100 | 101000 | 10010111 | 10111 | 1001010 | 0 | 101001 | 100011001 | 111010 | 100101 |
Color Harmonies of #742897
Complementary color
Monochromatic Colors of #742897
Black with #742897
Text Example
Text Example
White with #742897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742897; }
p { color: rgb(116,40,151); }
H1.HeaderClassName
{
color: #742897;
}
.AnyTagClassName
{
color: #742897;
}
</style>
background-color css
<style>
a { background-color: #742897; }
a { background-color: rgb(116,40,151); }
div.DivClassName
{
background-color: #742897;
}
.BgClassName
{
background-color: #742897;
}
</style>
border-color css
<style>
span { border-color: #742897; }
span { border-color: rgb(116,40,151); }
td.TdClassName
{
border-color: #742897;
}
.TagClassName
{
border-color: #742897;
}
</style>