Shades of Royal Purple #623BAC
Tints of Royal Purple #623BAC
RGB
CMYK
RGB Variations
Color information
#623BAC (or 0x623BAC) is known color: Royal Purple. HEX triplet: 62, 3B and AC. RGB value is (98,59,172). Sum of RGB (Red+Green+Blue) = 98+59+172=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #623BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623BAC is #9DC453. Grayscale: #535353. Windows color (decimal): -10339412 or 11287394. OLE color: 11287394.
HSL color Cylindrical-coordinate representation of color #623BAC: hue angle of 260.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #623BAC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 59 | 172 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.33 |
| HSL | 260.71º | 0.49% | 0.45% | - |
| HSV(B) | 260.71º | 0.66% | 0.67% | - |
| XYZ | 14.05 | 8.7 | 39.97 | - |
| YUV | 83.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 172 | 0.43 | 0.66 | 0 | 0.33 | 260.71 | 0.49 | 0.45 |
| Hex | 62 | 3B | AC | 2B | 42 | 0 | 21 | 105 | 31 | 2D |
| Octal | 142 | 73 | 254 | 53 | 102 | 0 | 41 | 405 | 61 | 55 |
| Binary | 1100010 | 111011 | 10101100 | 101011 | 1000010 | 0 | 100001 | 100000101 | 110001 | 101101 |
Color Harmonies of #623BAC
Complementary color
Monochromatic Colors of #623BAC
Black with #623BAC
Text Example
Text Example
White with #623BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623BAC; }
p { color: rgb(98,59,172); }
H1.HeaderClassName
{
color: #623BAC;
}
.AnyTagClassName
{
color: #623BAC;
}
</style>
background-color css
<style>
a { background-color: #623BAC; }
a { background-color: rgb(98,59,172); }
div.DivClassName
{
background-color: #623BAC;
}
.BgClassName
{
background-color: #623BAC;
}
</style>
border-color css
<style>
span { border-color: #623BAC; }
span { border-color: rgb(98,59,172); }
td.TdClassName
{
border-color: #623BAC;
}
.TagClassName
{
border-color: #623BAC;
}
</style>