Shades of Royal Purple #7436AB
Tints of Royal Purple #7436AB
RGB
CMYK
RGB Variations
Color information
#7436AB (or 0x7436AB) is known color: Royal Purple. HEX triplet: 74, 36 and AB. RGB value is (116,54,171). Sum of RGB (Red+Green+Blue) = 116+54+171=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7436AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7436AB is #8BC954. Grayscale: #555555. Windows color (decimal): -9161045 or 11220596. OLE color: 11220596.
HSL color Cylindrical-coordinate representation of color #7436AB: hue angle of 271.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7436AB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 54 | 171 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.33 |
| HSL | 271.79º | 0.52% | 0.44% | - |
| HSV(B) | 271.79º | 0.68% | 0.67% | - |
| XYZ | 15.87 | 9.29 | 39.48 | - |
| YUV | 85.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 171 | 0.32 | 0.68 | 0 | 0.33 | 271.79 | 0.52 | 0.44 |
| Hex | 74 | 36 | AB | 20 | 44 | 0 | 21 | 110 | 34 | 2C |
| Octal | 164 | 66 | 253 | 40 | 104 | 0 | 41 | 420 | 64 | 54 |
| Binary | 1110100 | 110110 | 10101011 | 100000 | 1000100 | 0 | 100001 | 100010000 | 110100 | 101100 |
Color Harmonies of #7436AB
Complementary color
Monochromatic Colors of #7436AB
Black with #7436AB
Text Example
Text Example
White with #7436AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436AB; }
p { color: rgb(116,54,171); }
H1.HeaderClassName
{
color: #7436AB;
}
.AnyTagClassName
{
color: #7436AB;
}
</style>
background-color css
<style>
a { background-color: #7436AB; }
a { background-color: rgb(116,54,171); }
div.DivClassName
{
background-color: #7436AB;
}
.BgClassName
{
background-color: #7436AB;
}
</style>
border-color css
<style>
span { border-color: #7436AB; }
span { border-color: rgb(116,54,171); }
td.TdClassName
{
border-color: #7436AB;
}
.TagClassName
{
border-color: #7436AB;
}
</style>