Shades of Royal Purple #61209C
Tints of Royal Purple #61209C
RGB
CMYK
RGB Variations
Color information
#61209C (or 0x61209C) is known color: Royal Purple. HEX triplet: 61, 20 and 9C. RGB value is (97,32,156). Sum of RGB (Red+Green+Blue) = 97+32+156=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #61209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61209C is #9EDF63. Grayscale: #414141. Windows color (decimal): -10411876 or 10231905. OLE color: 10231905.
HSL color Cylindrical-coordinate representation of color #61209C: hue angle of 271.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61209C is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 32 | 156 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.39 |
| HSL | 271.45º | 0.66% | 0.37% | - |
| HSV(B) | 271.45º | 0.79% | 0.61% | - |
| XYZ | 11.45 | 5.97 | 32 | - |
| YUV | 65.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 156 | 0.38 | 0.79 | 0 | 0.39 | 271.45 | 0.66 | 0.37 |
| Hex | 61 | 20 | 9C | 26 | 4F | 0 | 27 | 10F | 42 | 25 |
| Octal | 141 | 40 | 234 | 46 | 117 | 0 | 47 | 417 | 102 | 45 |
| Binary | 1100001 | 100000 | 10011100 | 100110 | 1001111 | 0 | 100111 | 100001111 | 1000010 | 100101 |
Color Harmonies of #61209C
Complementary color
Monochromatic Colors of #61209C
Black with #61209C
Text Example
Text Example
White with #61209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61209C; }
p { color: rgb(97,32,156); }
H1.HeaderClassName
{
color: #61209C;
}
.AnyTagClassName
{
color: #61209C;
}
</style>
background-color css
<style>
a { background-color: #61209C; }
a { background-color: rgb(97,32,156); }
div.DivClassName
{
background-color: #61209C;
}
.BgClassName
{
background-color: #61209C;
}
</style>
border-color css
<style>
span { border-color: #61209C; }
span { border-color: rgb(97,32,156); }
td.TdClassName
{
border-color: #61209C;
}
.TagClassName
{
border-color: #61209C;
}
</style>