Shades of Royal Purple #613E9D
Tints of Royal Purple #613E9D
RGB
CMYK
RGB Variations
Color information
#613E9D (or 0x613E9D) is known color: Royal Purple. HEX triplet: 61, 3E and 9D. RGB value is (97,62,157). Sum of RGB (Red+Green+Blue) = 97+62+157=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #613E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E9D is #9EC162. Grayscale: #525252. Windows color (decimal): -10404195 or 10305121. OLE color: 10305121.
HSL color Cylindrical-coordinate representation of color #613E9D: hue angle of 262.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613E9D is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 62 | 157 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.38 |
| HSL | 262.11º | 0.43% | 0.43% | - |
| HSV(B) | 262.11º | 0.61% | 0.62% | - |
| XYZ | 12.74 | 8.42 | 32.85 | - |
| YUV | 83.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 157 | 0.38 | 0.61 | 0 | 0.38 | 262.11 | 0.43 | 0.43 |
| Hex | 61 | 3E | 9D | 26 | 3D | 0 | 26 | 106 | 2B | 2B |
| Octal | 141 | 76 | 235 | 46 | 75 | 0 | 46 | 406 | 53 | 53 |
| Binary | 1100001 | 111110 | 10011101 | 100110 | 111101 | 0 | 100110 | 100000110 | 101011 | 101011 |
Color Harmonies of #613E9D
Complementary color
Monochromatic Colors of #613E9D
Black with #613E9D
Text Example
Text Example
White with #613E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E9D; }
p { color: rgb(97,62,157); }
H1.HeaderClassName
{
color: #613E9D;
}
.AnyTagClassName
{
color: #613E9D;
}
</style>
background-color css
<style>
a { background-color: #613E9D; }
a { background-color: rgb(97,62,157); }
div.DivClassName
{
background-color: #613E9D;
}
.BgClassName
{
background-color: #613E9D;
}
</style>
border-color css
<style>
span { border-color: #613E9D; }
span { border-color: rgb(97,62,157); }
td.TdClassName
{
border-color: #613E9D;
}
.TagClassName
{
border-color: #613E9D;
}
</style>