Shades of Royal Purple #6324A1
Tints of Royal Purple #6324A1
RGB
CMYK
RGB Variations
Color information
#6324A1 (or 0x6324A1) is known color: Royal Purple. HEX triplet: 63, 24 and A1. RGB value is (99,36,161). Sum of RGB (Red+Green+Blue) = 99+36+161=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #6324A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6324A1 is #9CDB5E. Grayscale: #444444. Windows color (decimal): -10279775 or 10560611. OLE color: 10560611.
HSL color Cylindrical-coordinate representation of color #6324A1: hue angle of 270.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6324A1 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 36 | 161 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.37 |
| HSL | 270.24º | 0.63% | 0.39% | - |
| HSV(B) | 270.24º | 0.78% | 0.63% | - |
| XYZ | 12.21 | 6.49 | 34.33 | - |
| YUV | 69.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 161 | 0.39 | 0.78 | 0 | 0.37 | 270.24 | 0.63 | 0.39 |
| Hex | 63 | 24 | A1 | 27 | 4E | 0 | 25 | 10E | 3F | 27 |
| Octal | 143 | 44 | 241 | 47 | 116 | 0 | 45 | 416 | 77 | 47 |
| Binary | 1100011 | 100100 | 10100001 | 100111 | 1001110 | 0 | 100101 | 100001110 | 111111 | 100111 |
Color Harmonies of #6324A1
Complementary color
Monochromatic Colors of #6324A1
Black with #6324A1
Text Example
Text Example
White with #6324A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324A1; }
p { color: rgb(99,36,161); }
H1.HeaderClassName
{
color: #6324A1;
}
.AnyTagClassName
{
color: #6324A1;
}
</style>
background-color css
<style>
a { background-color: #6324A1; }
a { background-color: rgb(99,36,161); }
div.DivClassName
{
background-color: #6324A1;
}
.BgClassName
{
background-color: #6324A1;
}
</style>
border-color css
<style>
span { border-color: #6324A1; }
span { border-color: rgb(99,36,161); }
td.TdClassName
{
border-color: #6324A1;
}
.TagClassName
{
border-color: #6324A1;
}
</style>