Shades of Royal Purple #61379B
Tints of Royal Purple #61379B
RGB
CMYK
RGB Variations
Color information
#61379B (or 0x61379B) is known color: Royal Purple. HEX triplet: 61, 37 and 9B. RGB value is (97,55,155). Sum of RGB (Red+Green+Blue) = 97+55+155=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #61379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61379B is #9EC864. Grayscale: #4E4E4E. Windows color (decimal): -10405989 or 10172257. OLE color: 10172257.
HSL color Cylindrical-coordinate representation of color #61379B: hue angle of 265.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61379B is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 55 | 155 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.39 |
| HSL | 265.2º | 0.48% | 0.41% | - |
| HSV(B) | 265.2º | 0.65% | 0.61% | - |
| XYZ | 12.21 | 7.64 | 31.84 | - |
| YUV | 78.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 155 | 0.37 | 0.65 | 0 | 0.39 | 265.2 | 0.48 | 0.41 |
| Hex | 61 | 37 | 9B | 25 | 41 | 0 | 27 | 109 | 30 | 29 |
| Octal | 141 | 67 | 233 | 45 | 101 | 0 | 47 | 411 | 60 | 51 |
| Binary | 1100001 | 110111 | 10011011 | 100101 | 1000001 | 0 | 100111 | 100001001 | 110000 | 101001 |
Color Harmonies of #61379B
Complementary color
Monochromatic Colors of #61379B
Black with #61379B
Text Example
Text Example
White with #61379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61379B; }
p { color: rgb(97,55,155); }
H1.HeaderClassName
{
color: #61379B;
}
.AnyTagClassName
{
color: #61379B;
}
</style>
background-color css
<style>
a { background-color: #61379B; }
a { background-color: rgb(97,55,155); }
div.DivClassName
{
background-color: #61379B;
}
.BgClassName
{
background-color: #61379B;
}
</style>
border-color css
<style>
span { border-color: #61379B; }
span { border-color: rgb(97,55,155); }
td.TdClassName
{
border-color: #61379B;
}
.TagClassName
{
border-color: #61379B;
}
</style>