Shades of Royal Purple #72409D
Tints of Royal Purple #72409D
RGB
CMYK
RGB Variations
Color information
#72409D (or 0x72409D) is known color: Royal Purple. HEX triplet: 72, 40 and 9D. RGB value is (114,64,157). Sum of RGB (Red+Green+Blue) = 114+64+157=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #72409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72409D is #8DBF62. Grayscale: #595959. Windows color (decimal): -9289571 or 10305650. OLE color: 10305650.
HSL color Cylindrical-coordinate representation of color #72409D: hue angle of 272.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72409D is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 64 | 157 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.38 |
| HSL | 272.26º | 0.42% | 0.43% | - |
| HSV(B) | 272.26º | 0.59% | 0.62% | - |
| XYZ | 14.86 | 9.68 | 32.98 | - |
| YUV | 89.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 157 | 0.27 | 0.59 | 0 | 0.38 | 272.26 | 0.42 | 0.43 |
| Hex | 72 | 40 | 9D | 1B | 3B | 0 | 26 | 110 | 2A | 2B |
| Octal | 162 | 100 | 235 | 33 | 73 | 0 | 46 | 420 | 52 | 53 |
| Binary | 1110010 | 1000000 | 10011101 | 11011 | 111011 | 0 | 100110 | 100010000 | 101010 | 101011 |
Color Harmonies of #72409D
Complementary color
Monochromatic Colors of #72409D
Black with #72409D
Text Example
Text Example
White with #72409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72409D; }
p { color: rgb(114,64,157); }
H1.HeaderClassName
{
color: #72409D;
}
.AnyTagClassName
{
color: #72409D;
}
</style>
background-color css
<style>
a { background-color: #72409D; }
a { background-color: rgb(114,64,157); }
div.DivClassName
{
background-color: #72409D;
}
.BgClassName
{
background-color: #72409D;
}
</style>
border-color css
<style>
span { border-color: #72409D; }
span { border-color: rgb(114,64,157); }
td.TdClassName
{
border-color: #72409D;
}
.TagClassName
{
border-color: #72409D;
}
</style>