Shades of Royal Purple #61299B
Tints of Royal Purple #61299B
RGB
CMYK
RGB Variations
Color information
#61299B (or 0x61299B) is known color: Royal Purple. HEX triplet: 61, 29 and 9B. RGB value is (97,41,155). Sum of RGB (Red+Green+Blue) = 97+41+155=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #61299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61299B is #9ED664. Grayscale: #464646. Windows color (decimal): -10409573 or 10168673. OLE color: 10168673.
HSL color Cylindrical-coordinate representation of color #61299B: hue angle of 269.47º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61299B is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 41 | 155 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.39 |
| HSL | 269.47º | 0.58% | 0.38% | - |
| HSV(B) | 269.47º | 0.74% | 0.61% | - |
| XYZ | 11.64 | 6.49 | 31.65 | - |
| YUV | 70.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 155 | 0.37 | 0.74 | 0 | 0.39 | 269.47 | 0.58 | 0.38 |
| Hex | 61 | 29 | 9B | 25 | 4A | 0 | 27 | 10D | 3A | 26 |
| Octal | 141 | 51 | 233 | 45 | 112 | 0 | 47 | 415 | 72 | 46 |
| Binary | 1100001 | 101001 | 10011011 | 100101 | 1001010 | 0 | 100111 | 100001101 | 111010 | 100110 |
Color Harmonies of #61299B
Complementary color
Monochromatic Colors of #61299B
Black with #61299B
Text Example
Text Example
White with #61299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61299B; }
p { color: rgb(97,41,155); }
H1.HeaderClassName
{
color: #61299B;
}
.AnyTagClassName
{
color: #61299B;
}
</style>
background-color css
<style>
a { background-color: #61299B; }
a { background-color: rgb(97,41,155); }
div.DivClassName
{
background-color: #61299B;
}
.BgClassName
{
background-color: #61299B;
}
</style>
border-color css
<style>
span { border-color: #61299B; }
span { border-color: rgb(97,41,155); }
td.TdClassName
{
border-color: #61299B;
}
.TagClassName
{
border-color: #61299B;
}
</style>