Shades of Han Purple #6515DE
Tints of Han Purple #6515DE
RGB
CMYK
RGB Variations
Color information
#6515DE (or 0x6515DE) is known color: Han Purple. HEX triplet: 65, 15 and DE. RGB value is (101,21,222). Sum of RGB (Red+Green+Blue) = 101+21+222=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #6515DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515DE is #9AEA21. Grayscale: #434343. Windows color (decimal): -10152482 or 14554469. OLE color: 14554469.
HSL color Cylindrical-coordinate representation of color #6515DE: hue angle of 263.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6515DE is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 21 | 222 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.13 |
| HSL | 263.88º | 0.83% | 0.48% | - |
| HSV(B) | 263.88º | 0.91% | 0.87% | - |
| XYZ | 18.82 | 8.58 | 69.77 | - |
| YUV | 67.83 | 215 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 222 | 0.55 | 0.91 | 0 | 0.13 | 263.88 | 0.83 | 0.48 |
| Hex | 65 | 15 | DE | 37 | 5B | 0 | D | 108 | 53 | 30 |
| Octal | 145 | 25 | 336 | 67 | 133 | 0 | 15 | 410 | 123 | 60 |
| Binary | 1100101 | 10101 | 11011110 | 110111 | 1011011 | 0 | 1101 | 100001000 | 1010011 | 110000 |
Color Harmonies of #6515DE
Complementary color
Monochromatic Colors of #6515DE
Black with #6515DE
Text Example
Text Example
White with #6515DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515DE; }
p { color: rgb(101,21,222); }
H1.HeaderClassName
{
color: #6515DE;
}
.AnyTagClassName
{
color: #6515DE;
}
</style>
background-color css
<style>
a { background-color: #6515DE; }
a { background-color: rgb(101,21,222); }
div.DivClassName
{
background-color: #6515DE;
}
.BgClassName
{
background-color: #6515DE;
}
</style>
border-color css
<style>
span { border-color: #6515DE; }
span { border-color: rgb(101,21,222); }
td.TdClassName
{
border-color: #6515DE;
}
.TagClassName
{
border-color: #6515DE;
}
</style>