Shades of Royal Purple #61379E
Tints of Royal Purple #61379E
RGB
CMYK
RGB Variations
Color information
#61379E (or 0x61379E) is known color: Royal Purple. HEX triplet: 61, 37 and 9E. RGB value is (97,55,158). Sum of RGB (Red+Green+Blue) = 97+55+158=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #61379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61379E is #9EC861. Grayscale: #4E4E4E. Windows color (decimal): -10405986 or 10368865. OLE color: 10368865.
HSL color Cylindrical-coordinate representation of color #61379E: hue angle of 264.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61379E is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 55 | 158 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.38 |
| HSL | 264.47º | 0.48% | 0.42% | - |
| HSV(B) | 264.47º | 0.65% | 0.62% | - |
| XYZ | 12.47 | 7.74 | 33.19 | - |
| YUV | 79.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 158 | 0.39 | 0.65 | 0 | 0.38 | 264.47 | 0.48 | 0.42 |
| Hex | 61 | 37 | 9E | 27 | 41 | 0 | 26 | 108 | 30 | 2A |
| Octal | 141 | 67 | 236 | 47 | 101 | 0 | 46 | 410 | 60 | 52 |
| Binary | 1100001 | 110111 | 10011110 | 100111 | 1000001 | 0 | 100110 | 100001000 | 110000 | 101010 |
Color Harmonies of #61379E
Complementary color
Monochromatic Colors of #61379E
Black with #61379E
Text Example
Text Example
White with #61379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61379E; }
p { color: rgb(97,55,158); }
H1.HeaderClassName
{
color: #61379E;
}
.AnyTagClassName
{
color: #61379E;
}
</style>
background-color css
<style>
a { background-color: #61379E; }
a { background-color: rgb(97,55,158); }
div.DivClassName
{
background-color: #61379E;
}
.BgClassName
{
background-color: #61379E;
}
</style>
border-color css
<style>
span { border-color: #61379E; }
span { border-color: rgb(97,55,158); }
td.TdClassName
{
border-color: #61379E;
}
.TagClassName
{
border-color: #61379E;
}
</style>