Shades of Royal Purple #6218A0
Tints of Royal Purple #6218A0
RGB
CMYK
RGB Variations
Color information
#6218A0 (or 0x6218A0) is known color: Royal Purple. HEX triplet: 62, 18 and A0. RGB value is (98,24,160). Sum of RGB (Red+Green+Blue) = 98+24+160=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #6218A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218A0 is #9DE75F. Grayscale: #3D3D3D. Windows color (decimal): -10348384 or 10492002. OLE color: 10492002.
HSL color Cylindrical-coordinate representation of color #6218A0: hue angle of 272.65º 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 #6218A0 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 24 | 160 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.37 |
| HSL | 272.65º | 0.74% | 0.36% | - |
| HSV(B) | 272.65º | 0.85% | 0.63% | - |
| XYZ | 11.71 | 5.79 | 33.76 | - |
| YUV | 61.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 160 | 0.39 | 0.85 | 0 | 0.37 | 272.65 | 0.74 | 0.36 |
| Hex | 62 | 18 | A0 | 27 | 55 | 0 | 25 | 111 | 4A | 24 |
| Octal | 142 | 30 | 240 | 47 | 125 | 0 | 45 | 421 | 112 | 44 |
| Binary | 1100010 | 11000 | 10100000 | 100111 | 1010101 | 0 | 100101 | 100010001 | 1001010 | 100100 |
Color Harmonies of #6218A0
Complementary color
Monochromatic Colors of #6218A0
Black with #6218A0
Text Example
Text Example
White with #6218A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218A0; }
p { color: rgb(98,24,160); }
H1.HeaderClassName
{
color: #6218A0;
}
.AnyTagClassName
{
color: #6218A0;
}
</style>
background-color css
<style>
a { background-color: #6218A0; }
a { background-color: rgb(98,24,160); }
div.DivClassName
{
background-color: #6218A0;
}
.BgClassName
{
background-color: #6218A0;
}
</style>
border-color css
<style>
span { border-color: #6218A0; }
span { border-color: rgb(98,24,160); }
td.TdClassName
{
border-color: #6218A0;
}
.TagClassName
{
border-color: #6218A0;
}
</style>