Shades of Han Purple #6215ED
Tints of Han Purple #6215ED
RGB
CMYK
RGB Variations
Color information
#6215ED (or 0x6215ED) is known color: Han Purple. HEX triplet: 62, 15 and ED. RGB value is (98,21,237). Sum of RGB (Red+Green+Blue) = 98+21+237=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #6215ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6215ED is #9DEA12. Grayscale: #434343. Windows color (decimal): -10349075 or 15537506. OLE color: 15537506.
HSL color Cylindrical-coordinate representation of color #6215ED: hue angle of 261.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6215ED is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 21 | 237 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.07 |
| HSL | 261.39º | 0.86% | 0.51% | - |
| HSV(B) | 261.39º | 0.91% | 0.93% | - |
| XYZ | 20.59 | 9.25 | 80.82 | - |
| YUV | 68.65 | 223.01 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 237 | 0.59 | 0.91 | 0 | 0.07 | 261.39 | 0.86 | 0.51 |
| Hex | 62 | 15 | ED | 3B | 5B | 0 | 7 | 105 | 56 | 33 |
| Octal | 142 | 25 | 355 | 73 | 133 | 0 | 7 | 405 | 126 | 63 |
| Binary | 1100010 | 10101 | 11101101 | 111011 | 1011011 | 0 | 111 | 100000101 | 1010110 | 110011 |
Color Harmonies of #6215ED
Complementary color
Monochromatic Colors of #6215ED
Black with #6215ED
Text Example
Text Example
White with #6215ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215ED; }
p { color: rgb(98,21,237); }
H1.HeaderClassName
{
color: #6215ED;
}
.AnyTagClassName
{
color: #6215ED;
}
</style>
background-color css
<style>
a { background-color: #6215ED; }
a { background-color: rgb(98,21,237); }
div.DivClassName
{
background-color: #6215ED;
}
.BgClassName
{
background-color: #6215ED;
}
</style>
border-color css
<style>
span { border-color: #6215ED; }
span { border-color: rgb(98,21,237); }
td.TdClassName
{
border-color: #6215ED;
}
.TagClassName
{
border-color: #6215ED;
}
</style>