Shades of Vivid Violet #742799
Tints of Vivid Violet #742799
RGB
CMYK
RGB Variations
Color information
#742799 (or 0x742799) is known color: Vivid Violet. HEX triplet: 74, 27 and 99. RGB value is (116,39,153). Sum of RGB (Red+Green+Blue) = 116+39+153=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #742799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742799 is #8BD866. Grayscale: #4A4A4A. Windows color (decimal): -9164903 or 10037108. OLE color: 10037108.
HSL color Cylindrical-coordinate representation of color #742799: hue angle of 280.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742799 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 39 | 153 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.4 |
| HSL | 280.53º | 0.59% | 0.38% | - |
| HSV(B) | 280.53º | 0.75% | 0.6% | - |
| XYZ | 13.68 | 7.46 | 30.86 | - |
| YUV | 75.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 153 | 0.24 | 0.75 | 0 | 0.4 | 280.53 | 0.59 | 0.38 |
| Hex | 74 | 27 | 99 | 18 | 4B | 0 | 28 | 119 | 3B | 26 |
| Octal | 164 | 47 | 231 | 30 | 113 | 0 | 50 | 431 | 73 | 46 |
| Binary | 1110100 | 100111 | 10011001 | 11000 | 1001011 | 0 | 101000 | 100011001 | 111011 | 100110 |
Color Harmonies of #742799
Complementary color
Monochromatic Colors of #742799
Black with #742799
Text Example
Text Example
White with #742799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742799; }
p { color: rgb(116,39,153); }
H1.HeaderClassName
{
color: #742799;
}
.AnyTagClassName
{
color: #742799;
}
</style>
background-color css
<style>
a { background-color: #742799; }
a { background-color: rgb(116,39,153); }
div.DivClassName
{
background-color: #742799;
}
.BgClassName
{
background-color: #742799;
}
</style>
border-color css
<style>
span { border-color: #742799; }
span { border-color: rgb(116,39,153); }
td.TdClassName
{
border-color: #742799;
}
.TagClassName
{
border-color: #742799;
}
</style>