Shades of Royal Purple #61409F
Tints of Royal Purple #61409F
RGB
CMYK
RGB Variations
Color information
#61409F (or 0x61409F) is known color: Royal Purple. HEX triplet: 61, 40 and 9F. RGB value is (97,64,159). Sum of RGB (Red+Green+Blue) = 97+64+159=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #61409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61409F is #9EBF60. Grayscale: #545454. Windows color (decimal): -10403681 or 10436705. OLE color: 10436705.
HSL color Cylindrical-coordinate representation of color #61409F: hue angle of 260.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61409F is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 64 | 159 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.38 |
| HSL | 260.84º | 0.43% | 0.44% | - |
| HSV(B) | 260.84º | 0.6% | 0.62% | - |
| XYZ | 13.02 | 8.71 | 33.8 | - |
| YUV | 84.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 159 | 0.39 | 0.60 | 0 | 0.38 | 260.84 | 0.43 | 0.44 |
| Hex | 61 | 40 | 9F | 27 | 3C | 0 | 26 | 105 | 2B | 2C |
| Octal | 141 | 100 | 237 | 47 | 74 | 0 | 46 | 405 | 53 | 54 |
| Binary | 1100001 | 1000000 | 10011111 | 100111 | 111100 | 0 | 100110 | 100000101 | 101011 | 101100 |
Color Harmonies of #61409F
Complementary color
Monochromatic Colors of #61409F
Black with #61409F
Text Example
Text Example
White with #61409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61409F; }
p { color: rgb(97,64,159); }
H1.HeaderClassName
{
color: #61409F;
}
.AnyTagClassName
{
color: #61409F;
}
</style>
background-color css
<style>
a { background-color: #61409F; }
a { background-color: rgb(97,64,159); }
div.DivClassName
{
background-color: #61409F;
}
.BgClassName
{
background-color: #61409F;
}
</style>
border-color css
<style>
span { border-color: #61409F; }
span { border-color: rgb(97,64,159); }
td.TdClassName
{
border-color: #61409F;
}
.TagClassName
{
border-color: #61409F;
}
</style>