Shades of Han Purple #6215E5
Tints of Han Purple #6215E5
RGB
CMYK
RGB Variations
Color information
#6215E5 (or 0x6215E5) is known color: Han Purple. HEX triplet: 62, 15 and E5. RGB value is (98,21,229). Sum of RGB (Red+Green+Blue) = 98+21+229=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #6215E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215E5 is #9DEA1A. Grayscale: #424242. Windows color (decimal): -10349083 or 15013218. OLE color: 15013218.
HSL color Cylindrical-coordinate representation of color #6215E5: hue angle of 262.21º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6215E5 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 21 | 229 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.10 |
| HSL | 262.21º | 0.83% | 0.49% | - |
| HSV(B) | 262.21º | 0.91% | 0.9% | - |
| XYZ | 19.45 | 8.79 | 74.8 | - |
| YUV | 67.74 | 219.01 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 229 | 0.57 | 0.91 | 0 | 0.10 | 262.21 | 0.83 | 0.49 |
| Hex | 62 | 15 | E5 | 39 | 5B | 0 | A | 106 | 53 | 31 |
| Octal | 142 | 25 | 345 | 71 | 133 | 0 | 12 | 406 | 123 | 61 |
| Binary | 1100010 | 10101 | 11100101 | 111001 | 1011011 | 0 | 1010 | 100000110 | 1010011 | 110001 |
Color Harmonies of #6215E5
Complementary color
Monochromatic Colors of #6215E5
Black with #6215E5
Text Example
Text Example
White with #6215E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215E5; }
p { color: rgb(98,21,229); }
H1.HeaderClassName
{
color: #6215E5;
}
.AnyTagClassName
{
color: #6215E5;
}
</style>
background-color css
<style>
a { background-color: #6215E5; }
a { background-color: rgb(98,21,229); }
div.DivClassName
{
background-color: #6215E5;
}
.BgClassName
{
background-color: #6215E5;
}
</style>
border-color css
<style>
span { border-color: #6215E5; }
span { border-color: rgb(98,21,229); }
td.TdClassName
{
border-color: #6215E5;
}
.TagClassName
{
border-color: #6215E5;
}
</style>