Shades of Royal Purple #7236B2
Tints of Royal Purple #7236B2
RGB
CMYK
RGB Variations
Color information
#7236B2 (or 0x7236B2) is known color: Royal Purple. HEX triplet: 72, 36 and B2. RGB value is (114,54,178). Sum of RGB (Red+Green+Blue) = 114+54+178=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #7236B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7236B2 is #8DC94D. Grayscale: #555555. Windows color (decimal): -9292110 or 11679346. OLE color: 11679346.
HSL color Cylindrical-coordinate representation of color #7236B2: hue angle of 269.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7236B2 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 54 | 178 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.30 |
| HSL | 269.03º | 0.53% | 0.45% | - |
| HSV(B) | 269.03º | 0.7% | 0.7% | - |
| XYZ | 16.29 | 9.43 | 43.08 | - |
| YUV | 86.08 | 179.88 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 178 | 0.36 | 0.70 | 0 | 0.30 | 269.03 | 0.53 | 0.45 |
| Hex | 72 | 36 | B2 | 24 | 46 | 0 | 1E | 10D | 35 | 2D |
| Octal | 162 | 66 | 262 | 44 | 106 | 0 | 36 | 415 | 65 | 55 |
| Binary | 1110010 | 110110 | 10110010 | 100100 | 1000110 | 0 | 11110 | 100001101 | 110101 | 101101 |
Color Harmonies of #7236B2
Complementary color
Monochromatic Colors of #7236B2
Black with #7236B2
Text Example
Text Example
White with #7236B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7236B2; }
p { color: rgb(114,54,178); }
H1.HeaderClassName
{
color: #7236B2;
}
.AnyTagClassName
{
color: #7236B2;
}
</style>
background-color css
<style>
a { background-color: #7236B2; }
a { background-color: rgb(114,54,178); }
div.DivClassName
{
background-color: #7236B2;
}
.BgClassName
{
background-color: #7236B2;
}
</style>
border-color css
<style>
span { border-color: #7236B2; }
span { border-color: rgb(114,54,178); }
td.TdClassName
{
border-color: #7236B2;
}
.TagClassName
{
border-color: #7236B2;
}
</style>