Shades of Vivid Violet #743299
Tints of Vivid Violet #743299
RGB
CMYK
RGB Variations
Color information
#743299 (or 0x743299) is known color: Vivid Violet. HEX triplet: 74, 32 and 99. RGB value is (116,50,153). Sum of RGB (Red+Green+Blue) = 116+50+153=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #743299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743299 is #8BCD66. Grayscale: #515151. Windows color (decimal): -9162087 or 10039924. OLE color: 10039924.
HSL color Cylindrical-coordinate representation of color #743299: hue angle of 278.45º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743299 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 50 | 153 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.4 |
| HSL | 278.45º | 0.51% | 0.4% | - |
| HSV(B) | 278.45º | 0.67% | 0.6% | - |
| XYZ | 14.09 | 8.29 | 31 | - |
| YUV | 81.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 153 | 0.24 | 0.67 | 0 | 0.4 | 278.45 | 0.51 | 0.4 |
| Hex | 74 | 32 | 99 | 18 | 43 | 0 | 28 | 116 | 33 | 28 |
| Octal | 164 | 62 | 231 | 30 | 103 | 0 | 50 | 426 | 63 | 50 |
| Binary | 1110100 | 110010 | 10011001 | 11000 | 1000011 | 0 | 101000 | 100010110 | 110011 | 101000 |
Color Harmonies of #743299
Complementary color
Monochromatic Colors of #743299
Black with #743299
Text Example
Text Example
White with #743299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743299; }
p { color: rgb(116,50,153); }
H1.HeaderClassName
{
color: #743299;
}
.AnyTagClassName
{
color: #743299;
}
</style>
background-color css
<style>
a { background-color: #743299; }
a { background-color: rgb(116,50,153); }
div.DivClassName
{
background-color: #743299;
}
.BgClassName
{
background-color: #743299;
}
</style>
border-color css
<style>
span { border-color: #743299; }
span { border-color: rgb(116,50,153); }
td.TdClassName
{
border-color: #743299;
}
.TagClassName
{
border-color: #743299;
}
</style>