Shades of Royal Purple #61189D
Tints of Royal Purple #61189D
RGB
CMYK
RGB Variations
Color information
#61189D (or 0x61189D) is known color: Royal Purple. HEX triplet: 61, 18 and 9D. RGB value is (97,24,157). Sum of RGB (Red+Green+Blue) = 97+24+157=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #61189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61189D is #9EE762. Grayscale: #3C3C3C. Windows color (decimal): -10413923 or 10295393. OLE color: 10295393.
HSL color Cylindrical-coordinate representation of color #61189D: hue angle of 272.93º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61189D is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 24 | 157 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.38 |
| HSL | 272.93º | 0.73% | 0.35% | - |
| HSV(B) | 272.93º | 0.85% | 0.62% | - |
| XYZ | 11.34 | 5.63 | 32.39 | - |
| YUV | 60.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 157 | 0.38 | 0.85 | 0 | 0.38 | 272.93 | 0.73 | 0.35 |
| Hex | 61 | 18 | 9D | 26 | 55 | 0 | 26 | 111 | 49 | 23 |
| Octal | 141 | 30 | 235 | 46 | 125 | 0 | 46 | 421 | 111 | 43 |
| Binary | 1100001 | 11000 | 10011101 | 100110 | 1010101 | 0 | 100110 | 100010001 | 1001001 | 100011 |
Color Harmonies of #61189D
Complementary color
Monochromatic Colors of #61189D
Black with #61189D
Text Example
Text Example
White with #61189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61189D; }
p { color: rgb(97,24,157); }
H1.HeaderClassName
{
color: #61189D;
}
.AnyTagClassName
{
color: #61189D;
}
</style>
background-color css
<style>
a { background-color: #61189D; }
a { background-color: rgb(97,24,157); }
div.DivClassName
{
background-color: #61189D;
}
.BgClassName
{
background-color: #61189D;
}
</style>
border-color css
<style>
span { border-color: #61189D; }
span { border-color: rgb(97,24,157); }
td.TdClassName
{
border-color: #61189D;
}
.TagClassName
{
border-color: #61189D;
}
</style>