Shades of Royal Purple #623D9B
Tints of Royal Purple #623D9B
RGB
CMYK
RGB Variations
Color information
#623D9B (or 0x623D9B) is known color: Royal Purple. HEX triplet: 62, 3D and 9B. RGB value is (98,61,155). Sum of RGB (Red+Green+Blue) = 98+61+155=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #623D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623D9B is #9DC264. Grayscale: #525252. Windows color (decimal): -10338917 or 10173794. OLE color: 10173794.
HSL color Cylindrical-coordinate representation of color #623D9B: hue angle of 263.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #623D9B is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 61 | 155 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.39 |
| HSL | 263.62º | 0.44% | 0.42% | - |
| HSV(B) | 263.62º | 0.61% | 0.61% | - |
| XYZ | 12.62 | 8.3 | 31.95 | - |
| YUV | 82.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 155 | 0.37 | 0.61 | 0 | 0.39 | 263.62 | 0.44 | 0.42 |
| Hex | 62 | 3D | 9B | 25 | 3D | 0 | 27 | 108 | 2C | 2A |
| Octal | 142 | 75 | 233 | 45 | 75 | 0 | 47 | 410 | 54 | 52 |
| Binary | 1100010 | 111101 | 10011011 | 100101 | 111101 | 0 | 100111 | 100001000 | 101100 | 101010 |
Color Harmonies of #623D9B
Complementary color
Monochromatic Colors of #623D9B
Black with #623D9B
Text Example
Text Example
White with #623D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D9B; }
p { color: rgb(98,61,155); }
H1.HeaderClassName
{
color: #623D9B;
}
.AnyTagClassName
{
color: #623D9B;
}
</style>
background-color css
<style>
a { background-color: #623D9B; }
a { background-color: rgb(98,61,155); }
div.DivClassName
{
background-color: #623D9B;
}
.BgClassName
{
background-color: #623D9B;
}
</style>
border-color css
<style>
span { border-color: #623D9B; }
span { border-color: rgb(98,61,155); }
td.TdClassName
{
border-color: #623D9B;
}
.TagClassName
{
border-color: #623D9B;
}
</style>