Shades of Han Purple #6210DF
Tints of Han Purple #6210DF
RGB
CMYK
RGB Variations
Color information
#6210DF (or 0x6210DF) is known color: Han Purple. HEX triplet: 62, 10 and DF. RGB value is (98,16,223). Sum of RGB (Red+Green+Blue) = 98+16+223=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #6210DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210DF is #9DEF20. Grayscale: #3F3F3F. Windows color (decimal): -10350369 or 14618722. OLE color: 14618722.
HSL color Cylindrical-coordinate representation of color #6210DF: hue angle of 263.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6210DF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 16 | 223 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.13 |
| HSL | 263.77º | 0.87% | 0.47% | - |
| HSV(B) | 263.77º | 0.93% | 0.87% | - |
| XYZ | 18.54 | 8.29 | 70.44 | - |
| YUV | 64.12 | 217.67 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 223 | 0.56 | 0.93 | 0 | 0.13 | 263.77 | 0.87 | 0.47 |
| Hex | 62 | 10 | DF | 38 | 5D | 0 | D | 108 | 57 | 2F |
| Octal | 142 | 20 | 337 | 70 | 135 | 0 | 15 | 410 | 127 | 57 |
| Binary | 1100010 | 10000 | 11011111 | 111000 | 1011101 | 0 | 1101 | 100001000 | 1010111 | 101111 |
Color Harmonies of #6210DF
Complementary color
Monochromatic Colors of #6210DF
Black with #6210DF
Text Example
Text Example
White with #6210DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210DF; }
p { color: rgb(98,16,223); }
H1.HeaderClassName
{
color: #6210DF;
}
.AnyTagClassName
{
color: #6210DF;
}
</style>
background-color css
<style>
a { background-color: #6210DF; }
a { background-color: rgb(98,16,223); }
div.DivClassName
{
background-color: #6210DF;
}
.BgClassName
{
background-color: #6210DF;
}
</style>
border-color css
<style>
span { border-color: #6210DF; }
span { border-color: rgb(98,16,223); }
td.TdClassName
{
border-color: #6210DF;
}
.TagClassName
{
border-color: #6210DF;
}
</style>