Shades of Royal Purple #623DAC
Tints of Royal Purple #623DAC
RGB
CMYK
RGB Variations
Color information
#623DAC (or 0x623DAC) is known color: Royal Purple. HEX triplet: 62, 3D and AC. RGB value is (98,61,172). Sum of RGB (Red+Green+Blue) = 98+61+172=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #623DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623DAC is #9DC253. Grayscale: #545454. Windows color (decimal): -10338900 or 11287906. OLE color: 11287906.
HSL color Cylindrical-coordinate representation of color #623DAC: hue angle of 260º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #623DAC is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 61 | 172 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.33 |
| HSL | 260º | 0.48% | 0.46% | - |
| HSV(B) | 260º | 0.65% | 0.67% | - |
| XYZ | 14.15 | 8.91 | 40 | - |
| YUV | 84.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 172 | 0.43 | 0.65 | 0 | 0.33 | 260 | 0.48 | 0.46 |
| Hex | 62 | 3D | AC | 2B | 41 | 0 | 21 | 104 | 30 | 2E |
| Octal | 142 | 75 | 254 | 53 | 101 | 0 | 41 | 404 | 60 | 56 |
| Binary | 1100010 | 111101 | 10101100 | 101011 | 1000001 | 0 | 100001 | 100000100 | 110000 | 101110 |
Color Harmonies of #623DAC
Complementary color
Monochromatic Colors of #623DAC
Black with #623DAC
Text Example
Text Example
White with #623DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623DAC; }
p { color: rgb(98,61,172); }
H1.HeaderClassName
{
color: #623DAC;
}
.AnyTagClassName
{
color: #623DAC;
}
</style>
background-color css
<style>
a { background-color: #623DAC; }
a { background-color: rgb(98,61,172); }
div.DivClassName
{
background-color: #623DAC;
}
.BgClassName
{
background-color: #623DAC;
}
</style>
border-color css
<style>
span { border-color: #623DAC; }
span { border-color: rgb(98,61,172); }
td.TdClassName
{
border-color: #623DAC;
}
.TagClassName
{
border-color: #623DAC;
}
</style>