Shades of Royal Purple #61389B
Tints of Royal Purple #61389B
RGB
CMYK
RGB Variations
Color information
#61389B (or 0x61389B) is known color: Royal Purple. HEX triplet: 61, 38 and 9B. RGB value is (97,56,155). Sum of RGB (Red+Green+Blue) = 97+56+155=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #61389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61389B is #9EC764. Grayscale: #4F4F4F. Windows color (decimal): -10405733 or 10172513. OLE color: 10172513.
HSL color Cylindrical-coordinate representation of color #61389B: hue angle of 264.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61389B is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 56 | 155 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.39 |
| HSL | 264.85º | 0.47% | 0.41% | - |
| HSV(B) | 264.85º | 0.64% | 0.61% | - |
| XYZ | 12.26 | 7.74 | 31.86 | - |
| YUV | 79.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 155 | 0.37 | 0.64 | 0 | 0.39 | 264.85 | 0.47 | 0.41 |
| Hex | 61 | 38 | 9B | 25 | 40 | 0 | 27 | 109 | 2F | 29 |
| Octal | 141 | 70 | 233 | 45 | 100 | 0 | 47 | 411 | 57 | 51 |
| Binary | 1100001 | 111000 | 10011011 | 100101 | 1000000 | 0 | 100111 | 100001001 | 101111 | 101001 |
Color Harmonies of #61389B
Complementary color
Monochromatic Colors of #61389B
Black with #61389B
Text Example
Text Example
White with #61389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61389B; }
p { color: rgb(97,56,155); }
H1.HeaderClassName
{
color: #61389B;
}
.AnyTagClassName
{
color: #61389B;
}
</style>
background-color css
<style>
a { background-color: #61389B; }
a { background-color: rgb(97,56,155); }
div.DivClassName
{
background-color: #61389B;
}
.BgClassName
{
background-color: #61389B;
}
</style>
border-color css
<style>
span { border-color: #61389B; }
span { border-color: rgb(97,56,155); }
td.TdClassName
{
border-color: #61389B;
}
.TagClassName
{
border-color: #61389B;
}
</style>