Shades of Royal Purple #6318A1
Tints of Royal Purple #6318A1
RGB
CMYK
RGB Variations
Color information
#6318A1 (or 0x6318A1) is known color: Royal Purple. HEX triplet: 63, 18 and A1. RGB value is (99,24,161). Sum of RGB (Red+Green+Blue) = 99+24+161=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #6318A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6318A1 is #9CE75E. Grayscale: #3D3D3D. Windows color (decimal): -10282847 or 10557539. OLE color: 10557539.
HSL color Cylindrical-coordinate representation of color #6318A1: hue angle of 272.85º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6318A1 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 24 | 161 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.37 |
| HSL | 272.85º | 0.74% | 0.36% | - |
| HSV(B) | 272.85º | 0.85% | 0.63% | - |
| XYZ | 11.91 | 5.88 | 34.23 | - |
| YUV | 62.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 161 | 0.39 | 0.85 | 0 | 0.37 | 272.85 | 0.74 | 0.36 |
| Hex | 63 | 18 | A1 | 27 | 55 | 0 | 25 | 111 | 4A | 24 |
| Octal | 143 | 30 | 241 | 47 | 125 | 0 | 45 | 421 | 112 | 44 |
| Binary | 1100011 | 11000 | 10100001 | 100111 | 1010101 | 0 | 100101 | 100010001 | 1001010 | 100100 |
Color Harmonies of #6318A1
Complementary color
Monochromatic Colors of #6318A1
Black with #6318A1
Text Example
Text Example
White with #6318A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318A1; }
p { color: rgb(99,24,161); }
H1.HeaderClassName
{
color: #6318A1;
}
.AnyTagClassName
{
color: #6318A1;
}
</style>
background-color css
<style>
a { background-color: #6318A1; }
a { background-color: rgb(99,24,161); }
div.DivClassName
{
background-color: #6318A1;
}
.BgClassName
{
background-color: #6318A1;
}
</style>
border-color css
<style>
span { border-color: #6318A1; }
span { border-color: rgb(99,24,161); }
td.TdClassName
{
border-color: #6318A1;
}
.TagClassName
{
border-color: #6318A1;
}
</style>