Shades of Vivid Violet #743497
Tints of Vivid Violet #743497
RGB
CMYK
RGB Variations
Color information
#743497 (or 0x743497) is known color: Vivid Violet. HEX triplet: 74, 34 and 97. RGB value is (116,52,151). Sum of RGB (Red+Green+Blue) = 116+52+151=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #743497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743497 is #8BCB68. Grayscale: #525252. Windows color (decimal): -9161577 or 9909364. OLE color: 9909364.
HSL color Cylindrical-coordinate representation of color #743497: hue angle of 278.79º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743497 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 52 | 151 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.41 |
| HSL | 278.79º | 0.49% | 0.4% | - |
| HSV(B) | 278.79º | 0.66% | 0.59% | - |
| XYZ | 14.02 | 8.4 | 30.16 | - |
| YUV | 82.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 151 | 0.23 | 0.66 | 0 | 0.41 | 278.79 | 0.49 | 0.4 |
| Hex | 74 | 34 | 97 | 17 | 42 | 0 | 29 | 117 | 31 | 28 |
| Octal | 164 | 64 | 227 | 27 | 102 | 0 | 51 | 427 | 61 | 50 |
| Binary | 1110100 | 110100 | 10010111 | 10111 | 1000010 | 0 | 101001 | 100010111 | 110001 | 101000 |
Color Harmonies of #743497
Complementary color
Monochromatic Colors of #743497
Black with #743497
Text Example
Text Example
White with #743497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743497; }
p { color: rgb(116,52,151); }
H1.HeaderClassName
{
color: #743497;
}
.AnyTagClassName
{
color: #743497;
}
</style>
background-color css
<style>
a { background-color: #743497; }
a { background-color: rgb(116,52,151); }
div.DivClassName
{
background-color: #743497;
}
.BgClassName
{
background-color: #743497;
}
</style>
border-color css
<style>
span { border-color: #743497; }
span { border-color: rgb(116,52,151); }
td.TdClassName
{
border-color: #743497;
}
.TagClassName
{
border-color: #743497;
}
</style>