Shades of Royal Purple #72389C
Tints of Royal Purple #72389C
RGB
CMYK
RGB Variations
Color information
#72389C (or 0x72389C) is known color: Royal Purple. HEX triplet: 72, 38 and 9C. RGB value is (114,56,156). Sum of RGB (Red+Green+Blue) = 114+56+156=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #72389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72389C is #8DC763. Grayscale: #545454. Windows color (decimal): -9291620 or 10238066. OLE color: 10238066.
HSL color Cylindrical-coordinate representation of color #72389C: hue angle of 274.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72389C is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 56 | 156 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.39 |
| HSL | 274.8º | 0.47% | 0.42% | - |
| HSV(B) | 274.8º | 0.64% | 0.61% | - |
| XYZ | 14.35 | 8.81 | 32.4 | - |
| YUV | 84.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 156 | 0.27 | 0.64 | 0 | 0.39 | 274.8 | 0.47 | 0.42 |
| Hex | 72 | 38 | 9C | 1B | 40 | 0 | 27 | 113 | 2F | 2A |
| Octal | 162 | 70 | 234 | 33 | 100 | 0 | 47 | 423 | 57 | 52 |
| Binary | 1110010 | 111000 | 10011100 | 11011 | 1000000 | 0 | 100111 | 100010011 | 101111 | 101010 |
Color Harmonies of #72389C
Complementary color
Monochromatic Colors of #72389C
Black with #72389C
Text Example
Text Example
White with #72389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72389C; }
p { color: rgb(114,56,156); }
H1.HeaderClassName
{
color: #72389C;
}
.AnyTagClassName
{
color: #72389C;
}
</style>
background-color css
<style>
a { background-color: #72389C; }
a { background-color: rgb(114,56,156); }
div.DivClassName
{
background-color: #72389C;
}
.BgClassName
{
background-color: #72389C;
}
</style>
border-color css
<style>
span { border-color: #72389C; }
span { border-color: rgb(114,56,156); }
td.TdClassName
{
border-color: #72389C;
}
.TagClassName
{
border-color: #72389C;
}
</style>