Shades of Royal Purple #621D9B
Tints of Royal Purple #621D9B
RGB
CMYK
RGB Variations
Color information
#621D9B (or 0x621D9B) is known color: Royal Purple. HEX triplet: 62, 1D and 9B. RGB value is (98,29,155). Sum of RGB (Red+Green+Blue) = 98+29+155=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #621D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D9B is #9DE264. Grayscale: #3F3F3F. Windows color (decimal): -10347109 or 10165602. OLE color: 10165602.
HSL color Cylindrical-coordinate representation of color #621D9B: hue angle of 272.86º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621D9B is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 29 | 155 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.39 |
| HSL | 272.86º | 0.68% | 0.36% | - |
| HSV(B) | 272.86º | 0.81% | 0.61% | - |
| XYZ | 11.39 | 5.84 | 31.54 | - |
| YUV | 64 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 155 | 0.37 | 0.81 | 0 | 0.39 | 272.86 | 0.68 | 0.36 |
| Hex | 62 | 1D | 9B | 25 | 51 | 0 | 27 | 111 | 44 | 24 |
| Octal | 142 | 35 | 233 | 45 | 121 | 0 | 47 | 421 | 104 | 44 |
| Binary | 1100010 | 11101 | 10011011 | 100101 | 1010001 | 0 | 100111 | 100010001 | 1000100 | 100100 |
Color Harmonies of #621D9B
Complementary color
Monochromatic Colors of #621D9B
Black with #621D9B
Text Example
Text Example
White with #621D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D9B; }
p { color: rgb(98,29,155); }
H1.HeaderClassName
{
color: #621D9B;
}
.AnyTagClassName
{
color: #621D9B;
}
</style>
background-color css
<style>
a { background-color: #621D9B; }
a { background-color: rgb(98,29,155); }
div.DivClassName
{
background-color: #621D9B;
}
.BgClassName
{
background-color: #621D9B;
}
</style>
border-color css
<style>
span { border-color: #621D9B; }
span { border-color: rgb(98,29,155); }
td.TdClassName
{
border-color: #621D9B;
}
.TagClassName
{
border-color: #621D9B;
}
</style>