Shades of Royal Purple #61259F
Tints of Royal Purple #61259F
RGB
CMYK
RGB Variations
Color information
#61259F (or 0x61259F) is known color: Royal Purple. HEX triplet: 61, 25 and 9F. RGB value is (97,37,159). Sum of RGB (Red+Green+Blue) = 97+37+159=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #61259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61259F is #9EDA60. Grayscale: #444444. Windows color (decimal): -10410593 or 10429793. OLE color: 10429793.
HSL color Cylindrical-coordinate representation of color #61259F: hue angle of 269.51º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61259F is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 37 | 159 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.38 |
| HSL | 269.51º | 0.62% | 0.38% | - |
| HSV(B) | 269.51º | 0.77% | 0.62% | - |
| XYZ | 11.85 | 6.37 | 33.41 | - |
| YUV | 68.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 159 | 0.39 | 0.77 | 0 | 0.38 | 269.51 | 0.62 | 0.38 |
| Hex | 61 | 25 | 9F | 27 | 4D | 0 | 26 | 10E | 3E | 26 |
| Octal | 141 | 45 | 237 | 47 | 115 | 0 | 46 | 416 | 76 | 46 |
| Binary | 1100001 | 100101 | 10011111 | 100111 | 1001101 | 0 | 100110 | 100001110 | 111110 | 100110 |
Color Harmonies of #61259F
Complementary color
Monochromatic Colors of #61259F
Black with #61259F
Text Example
Text Example
White with #61259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61259F; }
p { color: rgb(97,37,159); }
H1.HeaderClassName
{
color: #61259F;
}
.AnyTagClassName
{
color: #61259F;
}
</style>
background-color css
<style>
a { background-color: #61259F; }
a { background-color: rgb(97,37,159); }
div.DivClassName
{
background-color: #61259F;
}
.BgClassName
{
background-color: #61259F;
}
</style>
border-color css
<style>
span { border-color: #61259F; }
span { border-color: rgb(97,37,159); }
td.TdClassName
{
border-color: #61259F;
}
.TagClassName
{
border-color: #61259F;
}
</style>