Shades of Han Purple #6415ED
Tints of Han Purple #6415ED
RGB
CMYK
RGB Variations
Color information
#6415ED (or 0x6415ED) is known color: Han Purple. HEX triplet: 64, 15 and ED. RGB value is (100,21,237). Sum of RGB (Red+Green+Blue) = 100+21+237=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #6415ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6415ED is #9BEA12. Grayscale: #444444. Windows color (decimal): -10218003 or 15537508. OLE color: 15537508.
HSL color Cylindrical-coordinate representation of color #6415ED: hue angle of 261.94º 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 #6415ED is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 21 | 237 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.07 |
| HSL | 261.94º | 0.86% | 0.51% | - |
| HSV(B) | 261.94º | 0.91% | 0.93% | - |
| XYZ | 20.81 | 9.36 | 80.83 | - |
| YUV | 69.25 | 222.67 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 237 | 0.58 | 0.91 | 0 | 0.07 | 261.94 | 0.86 | 0.51 |
| Hex | 64 | 15 | ED | 3A | 5B | 0 | 7 | 106 | 56 | 33 |
| Octal | 144 | 25 | 355 | 72 | 133 | 0 | 7 | 406 | 126 | 63 |
| Binary | 1100100 | 10101 | 11101101 | 111010 | 1011011 | 0 | 111 | 100000110 | 1010110 | 110011 |
Color Harmonies of #6415ED
Complementary color
Monochromatic Colors of #6415ED
Black with #6415ED
Text Example
Text Example
White with #6415ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415ED; }
p { color: rgb(100,21,237); }
H1.HeaderClassName
{
color: #6415ED;
}
.AnyTagClassName
{
color: #6415ED;
}
</style>
background-color css
<style>
a { background-color: #6415ED; }
a { background-color: rgb(100,21,237); }
div.DivClassName
{
background-color: #6415ED;
}
.BgClassName
{
background-color: #6415ED;
}
</style>
border-color css
<style>
span { border-color: #6415ED; }
span { border-color: rgb(100,21,237); }
td.TdClassName
{
border-color: #6415ED;
}
.TagClassName
{
border-color: #6415ED;
}
</style>