Shades of Royal Purple #744099
Tints of Royal Purple #744099
RGB
CMYK
RGB Variations
Color information
#744099 (or 0x744099) is known color: Royal Purple. HEX triplet: 74, 40 and 99. RGB value is (116,64,153). Sum of RGB (Red+Green+Blue) = 116+64+153=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #744099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744099 is #8BBF66. Grayscale: #595959. Windows color (decimal): -9158503 or 10043508. OLE color: 10043508.
HSL color Cylindrical-coordinate representation of color #744099: hue angle of 275.06º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744099 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 64 | 153 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.4 |
| HSL | 275.06º | 0.41% | 0.43% | - |
| HSV(B) | 275.06º | 0.58% | 0.6% | - |
| XYZ | 14.79 | 9.68 | 31.23 | - |
| YUV | 89.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 153 | 0.24 | 0.58 | 0 | 0.4 | 275.06 | 0.41 | 0.43 |
| Hex | 74 | 40 | 99 | 18 | 3A | 0 | 28 | 113 | 29 | 2B |
| Octal | 164 | 100 | 231 | 30 | 72 | 0 | 50 | 423 | 51 | 53 |
| Binary | 1110100 | 1000000 | 10011001 | 11000 | 111010 | 0 | 101000 | 100010011 | 101001 | 101011 |
Color Harmonies of #744099
Complementary color
Monochromatic Colors of #744099
Black with #744099
Text Example
Text Example
White with #744099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744099; }
p { color: rgb(116,64,153); }
H1.HeaderClassName
{
color: #744099;
}
.AnyTagClassName
{
color: #744099;
}
</style>
background-color css
<style>
a { background-color: #744099; }
a { background-color: rgb(116,64,153); }
div.DivClassName
{
background-color: #744099;
}
.BgClassName
{
background-color: #744099;
}
</style>
border-color css
<style>
span { border-color: #744099; }
span { border-color: rgb(116,64,153); }
td.TdClassName
{
border-color: #744099;
}
.TagClassName
{
border-color: #744099;
}
</style>