Shades of Royal Purple #743499
Tints of Royal Purple #743499
RGB
CMYK
RGB Variations
Color information
#743499 (or 0x743499) is known color: Royal Purple. HEX triplet: 74, 34 and 99. RGB value is (116,52,153). Sum of RGB (Red+Green+Blue) = 116+52+153=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #743499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743499 is #8BCB66. Grayscale: #525252. Windows color (decimal): -9161575 or 10040436. OLE color: 10040436.
HSL color Cylindrical-coordinate representation of color #743499: hue angle of 278.02º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743499 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 52 | 153 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.4 |
| HSL | 278.02º | 0.49% | 0.4% | - |
| HSV(B) | 278.02º | 0.66% | 0.6% | - |
| XYZ | 14.18 | 8.47 | 31.02 | - |
| YUV | 82.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 153 | 0.24 | 0.66 | 0 | 0.4 | 278.02 | 0.49 | 0.4 |
| Hex | 74 | 34 | 99 | 18 | 42 | 0 | 28 | 116 | 31 | 28 |
| Octal | 164 | 64 | 231 | 30 | 102 | 0 | 50 | 426 | 61 | 50 |
| Binary | 1110100 | 110100 | 10011001 | 11000 | 1000010 | 0 | 101000 | 100010110 | 110001 | 101000 |
Color Harmonies of #743499
Complementary color
Monochromatic Colors of #743499
Black with #743499
Text Example
Text Example
White with #743499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743499; }
p { color: rgb(116,52,153); }
H1.HeaderClassName
{
color: #743499;
}
.AnyTagClassName
{
color: #743499;
}
</style>
background-color css
<style>
a { background-color: #743499; }
a { background-color: rgb(116,52,153); }
div.DivClassName
{
background-color: #743499;
}
.BgClassName
{
background-color: #743499;
}
</style>
border-color css
<style>
span { border-color: #743499; }
span { border-color: rgb(116,52,153); }
td.TdClassName
{
border-color: #743499;
}
.TagClassName
{
border-color: #743499;
}
</style>