Shades of Royal Purple #7436A0
Tints of Royal Purple #7436A0
RGB
CMYK
RGB Variations
Color information
#7436A0 (or 0x7436A0) is known color: Royal Purple. HEX triplet: 74, 36 and A0. RGB value is (116,54,160). Sum of RGB (Red+Green+Blue) = 116+54+160=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #7436A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7436A0 is #8BC95F. Grayscale: #545454. Windows color (decimal): -9161056 or 10499700. OLE color: 10499700.
HSL color Cylindrical-coordinate representation of color #7436A0: hue angle of 275.09º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7436A0 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 54 | 160 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.37 |
| HSL | 275.09º | 0.5% | 0.42% | - |
| HSV(B) | 275.09º | 0.66% | 0.63% | - |
| XYZ | 14.87 | 8.89 | 34.19 | - |
| YUV | 84.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 160 | 0.28 | 0.66 | 0 | 0.37 | 275.09 | 0.5 | 0.42 |
| Hex | 74 | 36 | A0 | 1C | 42 | 0 | 25 | 113 | 32 | 2A |
| Octal | 164 | 66 | 240 | 34 | 102 | 0 | 45 | 423 | 62 | 52 |
| Binary | 1110100 | 110110 | 10100000 | 11100 | 1000010 | 0 | 100101 | 100010011 | 110010 | 101010 |
Color Harmonies of #7436A0
Complementary color
Monochromatic Colors of #7436A0
Black with #7436A0
Text Example
Text Example
White with #7436A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436A0; }
p { color: rgb(116,54,160); }
H1.HeaderClassName
{
color: #7436A0;
}
.AnyTagClassName
{
color: #7436A0;
}
</style>
background-color css
<style>
a { background-color: #7436A0; }
a { background-color: rgb(116,54,160); }
div.DivClassName
{
background-color: #7436A0;
}
.BgClassName
{
background-color: #7436A0;
}
</style>
border-color css
<style>
span { border-color: #7436A0; }
span { border-color: rgb(116,54,160); }
td.TdClassName
{
border-color: #7436A0;
}
.TagClassName
{
border-color: #7436A0;
}
</style>