Shades of Royal Purple #7437AC
Tints of Royal Purple #7437AC
RGB
CMYK
RGB Variations
Color information
#7437AC (or 0x7437AC) is known color: Royal Purple. HEX triplet: 74, 37 and AC. RGB value is (116,55,172). Sum of RGB (Red+Green+Blue) = 116+55+172=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7437AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7437AC is #8BC853. Grayscale: #565656. Windows color (decimal): -9160788 or 11286388. OLE color: 11286388.
HSL color Cylindrical-coordinate representation of color #7437AC: hue angle of 271.28º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7437AC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 55 | 172 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.33 |
| HSL | 271.28º | 0.52% | 0.45% | - |
| HSV(B) | 271.28º | 0.68% | 0.67% | - |
| XYZ | 16.02 | 9.42 | 40 | - |
| YUV | 86.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 172 | 0.33 | 0.68 | 0 | 0.33 | 271.28 | 0.52 | 0.45 |
| Hex | 74 | 37 | AC | 21 | 44 | 0 | 21 | 10F | 34 | 2D |
| Octal | 164 | 67 | 254 | 41 | 104 | 0 | 41 | 417 | 64 | 55 |
| Binary | 1110100 | 110111 | 10101100 | 100001 | 1000100 | 0 | 100001 | 100001111 | 110100 | 101101 |
Color Harmonies of #7437AC
Complementary color
Monochromatic Colors of #7437AC
Black with #7437AC
Text Example
Text Example
White with #7437AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7437AC; }
p { color: rgb(116,55,172); }
H1.HeaderClassName
{
color: #7437AC;
}
.AnyTagClassName
{
color: #7437AC;
}
</style>
background-color css
<style>
a { background-color: #7437AC; }
a { background-color: rgb(116,55,172); }
div.DivClassName
{
background-color: #7437AC;
}
.BgClassName
{
background-color: #7437AC;
}
</style>
border-color css
<style>
span { border-color: #7437AC; }
span { border-color: rgb(116,55,172); }
td.TdClassName
{
border-color: #7437AC;
}
.TagClassName
{
border-color: #7437AC;
}
</style>