Shades of Han Purple #6515EF
Tints of Han Purple #6515EF
RGB
CMYK
RGB Variations
Color information
#6515EF (or 0x6515EF) is known color: Han Purple. HEX triplet: 65, 15 and EF. RGB value is (101,21,239). Sum of RGB (Red+Green+Blue) = 101+21+239=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #6515EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515EF is #9AEA10. Grayscale: #444444. Windows color (decimal): -10152465 or 15668581. OLE color: 15668581.
HSL color Cylindrical-coordinate representation of color #6515EF: hue angle of 262.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6515EF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 21 | 239 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.06 |
| HSL | 262.02º | 0.87% | 0.51% | - |
| HSV(B) | 262.02º | 0.91% | 0.94% | - |
| XYZ | 21.21 | 9.54 | 82.38 | - |
| YUV | 69.77 | 223.5 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 239 | 0.58 | 0.91 | 0 | 0.06 | 262.02 | 0.87 | 0.51 |
| Hex | 65 | 15 | EF | 3A | 5B | 0 | 6 | 106 | 57 | 33 |
| Octal | 145 | 25 | 357 | 72 | 133 | 0 | 6 | 406 | 127 | 63 |
| Binary | 1100101 | 10101 | 11101111 | 111010 | 1011011 | 0 | 110 | 100000110 | 1010111 | 110011 |
Color Harmonies of #6515EF
Complementary color
Monochromatic Colors of #6515EF
Black with #6515EF
Text Example
Text Example
White with #6515EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515EF; }
p { color: rgb(101,21,239); }
H1.HeaderClassName
{
color: #6515EF;
}
.AnyTagClassName
{
color: #6515EF;
}
</style>
background-color css
<style>
a { background-color: #6515EF; }
a { background-color: rgb(101,21,239); }
div.DivClassName
{
background-color: #6515EF;
}
.BgClassName
{
background-color: #6515EF;
}
</style>
border-color css
<style>
span { border-color: #6515EF; }
span { border-color: rgb(101,21,239); }
td.TdClassName
{
border-color: #6515EF;
}
.TagClassName
{
border-color: #6515EF;
}
</style>