Shades of Royal Purple #623BAD
Tints of Royal Purple #623BAD
RGB
CMYK
RGB Variations
Color information
#623BAD (or 0x623BAD) is known color: Royal Purple. HEX triplet: 62, 3B and AD. RGB value is (98,59,173). Sum of RGB (Red+Green+Blue) = 98+59+173=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #623BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623BAD is #9DC452. Grayscale: #535353. Windows color (decimal): -10339411 or 11352930. OLE color: 11352930.
HSL color Cylindrical-coordinate representation of color #623BAD: hue angle of 260.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #623BAD is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 59 | 173 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.32 |
| HSL | 260.53º | 0.49% | 0.45% | - |
| HSV(B) | 260.53º | 0.66% | 0.68% | - |
| XYZ | 14.14 | 8.74 | 40.48 | - |
| YUV | 83.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 173 | 0.43 | 0.66 | 0 | 0.32 | 260.53 | 0.49 | 0.45 |
| Hex | 62 | 3B | AD | 2B | 42 | 0 | 20 | 105 | 31 | 2D |
| Octal | 142 | 73 | 255 | 53 | 102 | 0 | 40 | 405 | 61 | 55 |
| Binary | 1100010 | 111011 | 10101101 | 101011 | 1000010 | 0 | 100000 | 100000101 | 110001 | 101101 |
Color Harmonies of #623BAD
Complementary color
Monochromatic Colors of #623BAD
Black with #623BAD
Text Example
Text Example
White with #623BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623BAD; }
p { color: rgb(98,59,173); }
H1.HeaderClassName
{
color: #623BAD;
}
.AnyTagClassName
{
color: #623BAD;
}
</style>
background-color css
<style>
a { background-color: #623BAD; }
a { background-color: rgb(98,59,173); }
div.DivClassName
{
background-color: #623BAD;
}
.BgClassName
{
background-color: #623BAD;
}
</style>
border-color css
<style>
span { border-color: #623BAD; }
span { border-color: rgb(98,59,173); }
td.TdClassName
{
border-color: #623BAD;
}
.TagClassName
{
border-color: #623BAD;
}
</style>