Shades of Han Purple #6218E5
Tints of Han Purple #6218E5
RGB
CMYK
RGB Variations
Color information
#6218E5 (or 0x6218E5) is known color: Han Purple. HEX triplet: 62, 18 and E5. RGB value is (98,24,229). Sum of RGB (Red+Green+Blue) = 98+24+229=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #6218E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218E5 is #9DE71A. Grayscale: #444444. Windows color (decimal): -10348315 or 15013986. OLE color: 15013986.
HSL color Cylindrical-coordinate representation of color #6218E5: hue angle of 261.66º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6218E5 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 24 | 229 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.10 |
| HSL | 261.66º | 0.81% | 0.5% | - |
| HSV(B) | 261.66º | 0.9% | 0.9% | - |
| XYZ | 19.51 | 8.91 | 74.82 | - |
| YUV | 69.5 | 218.02 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 229 | 0.57 | 0.90 | 0 | 0.10 | 261.66 | 0.81 | 0.5 |
| Hex | 62 | 18 | E5 | 39 | 5A | 0 | A | 106 | 51 | 32 |
| Octal | 142 | 30 | 345 | 71 | 132 | 0 | 12 | 406 | 121 | 62 |
| Binary | 1100010 | 11000 | 11100101 | 111001 | 1011010 | 0 | 1010 | 100000110 | 1010001 | 110010 |
Color Harmonies of #6218E5
Complementary color
Monochromatic Colors of #6218E5
Black with #6218E5
Text Example
Text Example
White with #6218E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218E5; }
p { color: rgb(98,24,229); }
H1.HeaderClassName
{
color: #6218E5;
}
.AnyTagClassName
{
color: #6218E5;
}
</style>
background-color css
<style>
a { background-color: #6218E5; }
a { background-color: rgb(98,24,229); }
div.DivClassName
{
background-color: #6218E5;
}
.BgClassName
{
background-color: #6218E5;
}
</style>
border-color css
<style>
span { border-color: #6218E5; }
span { border-color: rgb(98,24,229); }
td.TdClassName
{
border-color: #6218E5;
}
.TagClassName
{
border-color: #6218E5;
}
</style>