Shades of Royal Purple #72389D
Tints of Royal Purple #72389D
RGB
CMYK
RGB Variations
Color information
#72389D (or 0x72389D) is known color: Royal Purple. HEX triplet: 72, 38 and 9D. RGB value is (114,56,157). Sum of RGB (Red+Green+Blue) = 114+56+157=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #72389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72389D is #8DC762. Grayscale: #545454. Windows color (decimal): -9291619 or 10303602. OLE color: 10303602.
HSL color Cylindrical-coordinate representation of color #72389D: hue angle of 274.46º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72389D is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 56 | 157 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.38 |
| HSL | 274.46º | 0.47% | 0.42% | - |
| HSV(B) | 274.46º | 0.64% | 0.62% | - |
| XYZ | 14.44 | 8.84 | 32.84 | - |
| YUV | 84.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 157 | 0.27 | 0.64 | 0 | 0.38 | 274.46 | 0.47 | 0.42 |
| Hex | 72 | 38 | 9D | 1B | 40 | 0 | 26 | 112 | 2F | 2A |
| Octal | 162 | 70 | 235 | 33 | 100 | 0 | 46 | 422 | 57 | 52 |
| Binary | 1110010 | 111000 | 10011101 | 11011 | 1000000 | 0 | 100110 | 100010010 | 101111 | 101010 |
Color Harmonies of #72389D
Complementary color
Monochromatic Colors of #72389D
Black with #72389D
Text Example
Text Example
White with #72389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72389D; }
p { color: rgb(114,56,157); }
H1.HeaderClassName
{
color: #72389D;
}
.AnyTagClassName
{
color: #72389D;
}
</style>
background-color css
<style>
a { background-color: #72389D; }
a { background-color: rgb(114,56,157); }
div.DivClassName
{
background-color: #72389D;
}
.BgClassName
{
background-color: #72389D;
}
</style>
border-color css
<style>
span { border-color: #72389D; }
span { border-color: rgb(114,56,157); }
td.TdClassName
{
border-color: #72389D;
}
.TagClassName
{
border-color: #72389D;
}
</style>