Shades of Royal Purple #7437AB
Tints of Royal Purple #7437AB
RGB
CMYK
RGB Variations
Color information
#7437AB (or 0x7437AB) is known color: Royal Purple. HEX triplet: 74, 37 and AB. RGB value is (116,55,171). Sum of RGB (Red+Green+Blue) = 116+55+171=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7437AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7437AB is #8BC854. Grayscale: #565656. Windows color (decimal): -9160789 or 11220852. OLE color: 11220852.
HSL color Cylindrical-coordinate representation of color #7437AB: hue angle of 271.55º degrees, saturation: 0.51, 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 #7437AB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 55 | 171 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.33 |
| HSL | 271.55º | 0.51% | 0.44% | - |
| HSV(B) | 271.55º | 0.68% | 0.67% | - |
| XYZ | 15.92 | 9.39 | 39.5 | - |
| YUV | 86.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 171 | 0.32 | 0.68 | 0 | 0.33 | 271.55 | 0.51 | 0.44 |
| Hex | 74 | 37 | AB | 20 | 44 | 0 | 21 | 110 | 33 | 2C |
| Octal | 164 | 67 | 253 | 40 | 104 | 0 | 41 | 420 | 63 | 54 |
| Binary | 1110100 | 110111 | 10101011 | 100000 | 1000100 | 0 | 100001 | 100010000 | 110011 | 101100 |
Color Harmonies of #7437AB
Complementary color
Monochromatic Colors of #7437AB
Black with #7437AB
Text Example
Text Example
White with #7437AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7437AB; }
p { color: rgb(116,55,171); }
H1.HeaderClassName
{
color: #7437AB;
}
.AnyTagClassName
{
color: #7437AB;
}
</style>
background-color css
<style>
a { background-color: #7437AB; }
a { background-color: rgb(116,55,171); }
div.DivClassName
{
background-color: #7437AB;
}
.BgClassName
{
background-color: #7437AB;
}
</style>
border-color css
<style>
span { border-color: #7437AB; }
span { border-color: rgb(116,55,171); }
td.TdClassName
{
border-color: #7437AB;
}
.TagClassName
{
border-color: #7437AB;
}
</style>