Shades of Han Purple #6218DF
Tints of Han Purple #6218DF
RGB
CMYK
RGB Variations
Color information
#6218DF (or 0x6218DF) is known color: Han Purple. HEX triplet: 62, 18 and DF. RGB value is (98,24,223). Sum of RGB (Red+Green+Blue) = 98+24+223=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #6218DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218DF is #9DE720. Grayscale: #444444. Windows color (decimal): -10348321 or 14620770. OLE color: 14620770.
HSL color Cylindrical-coordinate representation of color #6218DF: hue angle of 262.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6218DF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 24 | 223 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.13 |
| HSL | 262.31º | 0.81% | 0.48% | - |
| HSV(B) | 262.31º | 0.89% | 0.87% | - |
| XYZ | 18.68 | 8.58 | 70.48 | - |
| YUV | 68.81 | 215.02 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 223 | 0.56 | 0.89 | 0 | 0.13 | 262.31 | 0.81 | 0.48 |
| Hex | 62 | 18 | DF | 38 | 59 | 0 | D | 106 | 51 | 30 |
| Octal | 142 | 30 | 337 | 70 | 131 | 0 | 15 | 406 | 121 | 60 |
| Binary | 1100010 | 11000 | 11011111 | 111000 | 1011001 | 0 | 1101 | 100000110 | 1010001 | 110000 |
Color Harmonies of #6218DF
Complementary color
Monochromatic Colors of #6218DF
Black with #6218DF
Text Example
Text Example
White with #6218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218DF; }
p { color: rgb(98,24,223); }
H1.HeaderClassName
{
color: #6218DF;
}
.AnyTagClassName
{
color: #6218DF;
}
</style>
background-color css
<style>
a { background-color: #6218DF; }
a { background-color: rgb(98,24,223); }
div.DivClassName
{
background-color: #6218DF;
}
.BgClassName
{
background-color: #6218DF;
}
</style>
border-color css
<style>
span { border-color: #6218DF; }
span { border-color: rgb(98,24,223); }
td.TdClassName
{
border-color: #6218DF;
}
.TagClassName
{
border-color: #6218DF;
}
</style>