Shades of Royal Purple #61339D
Tints of Royal Purple #61339D
RGB
CMYK
RGB Variations
Color information
#61339D (or 0x61339D) is known color: Royal Purple. HEX triplet: 61, 33 and 9D. RGB value is (97,51,157). Sum of RGB (Red+Green+Blue) = 97+51+157=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #61339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61339D is #9ECC62. Grayscale: #4C4C4C. Windows color (decimal): -10407011 or 10302305. OLE color: 10302305.
HSL color Cylindrical-coordinate representation of color #61339D: hue angle of 266.04º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61339D is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 51 | 157 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.38 |
| HSL | 266.04º | 0.51% | 0.41% | - |
| HSV(B) | 266.04º | 0.68% | 0.62% | - |
| XYZ | 12.2 | 7.34 | 32.67 | - |
| YUV | 76.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 157 | 0.38 | 0.68 | 0 | 0.38 | 266.04 | 0.51 | 0.41 |
| Hex | 61 | 33 | 9D | 26 | 44 | 0 | 26 | 10A | 33 | 29 |
| Octal | 141 | 63 | 235 | 46 | 104 | 0 | 46 | 412 | 63 | 51 |
| Binary | 1100001 | 110011 | 10011101 | 100110 | 1000100 | 0 | 100110 | 100001010 | 110011 | 101001 |
Color Harmonies of #61339D
Complementary color
Monochromatic Colors of #61339D
Black with #61339D
Text Example
Text Example
White with #61339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61339D; }
p { color: rgb(97,51,157); }
H1.HeaderClassName
{
color: #61339D;
}
.AnyTagClassName
{
color: #61339D;
}
</style>
background-color css
<style>
a { background-color: #61339D; }
a { background-color: rgb(97,51,157); }
div.DivClassName
{
background-color: #61339D;
}
.BgClassName
{
background-color: #61339D;
}
</style>
border-color css
<style>
span { border-color: #61339D; }
span { border-color: rgb(97,51,157); }
td.TdClassName
{
border-color: #61339D;
}
.TagClassName
{
border-color: #61339D;
}
</style>