Shades of Royal Purple #61389E
Tints of Royal Purple #61389E
RGB
CMYK
RGB Variations
Color information
#61389E (or 0x61389E) is known color: Royal Purple. HEX triplet: 61, 38 and 9E. RGB value is (97,56,158). Sum of RGB (Red+Green+Blue) = 97+56+158=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #61389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61389E is #9EC761. Grayscale: #4F4F4F. Windows color (decimal): -10405730 or 10369121. OLE color: 10369121.
HSL color Cylindrical-coordinate representation of color #61389E: hue angle of 264.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61389E is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 56 | 158 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.38 |
| HSL | 264.12º | 0.48% | 0.42% | - |
| HSV(B) | 264.12º | 0.65% | 0.62% | - |
| XYZ | 12.52 | 7.84 | 33.2 | - |
| YUV | 79.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 158 | 0.39 | 0.65 | 0 | 0.38 | 264.12 | 0.48 | 0.42 |
| Hex | 61 | 38 | 9E | 27 | 41 | 0 | 26 | 108 | 30 | 2A |
| Octal | 141 | 70 | 236 | 47 | 101 | 0 | 46 | 410 | 60 | 52 |
| Binary | 1100001 | 111000 | 10011110 | 100111 | 1000001 | 0 | 100110 | 100001000 | 110000 | 101010 |
Color Harmonies of #61389E
Complementary color
Monochromatic Colors of #61389E
Black with #61389E
Text Example
Text Example
White with #61389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61389E; }
p { color: rgb(97,56,158); }
H1.HeaderClassName
{
color: #61389E;
}
.AnyTagClassName
{
color: #61389E;
}
</style>
background-color css
<style>
a { background-color: #61389E; }
a { background-color: rgb(97,56,158); }
div.DivClassName
{
background-color: #61389E;
}
.BgClassName
{
background-color: #61389E;
}
</style>
border-color css
<style>
span { border-color: #61389E; }
span { border-color: rgb(97,56,158); }
td.TdClassName
{
border-color: #61389E;
}
.TagClassName
{
border-color: #61389E;
}
</style>