Shades of Han Purple #6517DE
Tints of Han Purple #6517DE
RGB
CMYK
RGB Variations
Color information
#6517DE (or 0x6517DE) is known color: Han Purple. HEX triplet: 65, 17 and DE. RGB value is (101,23,222). Sum of RGB (Red+Green+Blue) = 101+23+222=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #6517DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517DE is #9AE821. Grayscale: #444444. Windows color (decimal): -10151970 or 14554981. OLE color: 14554981.
HSL color Cylindrical-coordinate representation of color #6517DE: hue angle of 263.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6517DE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 23 | 222 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.13 |
| HSL | 263.52º | 0.81% | 0.48% | - |
| HSV(B) | 263.52º | 0.9% | 0.87% | - |
| XYZ | 18.86 | 8.65 | 69.78 | - |
| YUV | 69.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 222 | 0.55 | 0.90 | 0 | 0.13 | 263.52 | 0.81 | 0.48 |
| Hex | 65 | 17 | DE | 37 | 5A | 0 | D | 108 | 51 | 30 |
| Octal | 145 | 27 | 336 | 67 | 132 | 0 | 15 | 410 | 121 | 60 |
| Binary | 1100101 | 10111 | 11011110 | 110111 | 1011010 | 0 | 1101 | 100001000 | 1010001 | 110000 |
Color Harmonies of #6517DE
Complementary color
Monochromatic Colors of #6517DE
Black with #6517DE
Text Example
Text Example
White with #6517DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517DE; }
p { color: rgb(101,23,222); }
H1.HeaderClassName
{
color: #6517DE;
}
.AnyTagClassName
{
color: #6517DE;
}
</style>
background-color css
<style>
a { background-color: #6517DE; }
a { background-color: rgb(101,23,222); }
div.DivClassName
{
background-color: #6517DE;
}
.BgClassName
{
background-color: #6517DE;
}
</style>
border-color css
<style>
span { border-color: #6517DE; }
span { border-color: rgb(101,23,222); }
td.TdClassName
{
border-color: #6517DE;
}
.TagClassName
{
border-color: #6517DE;
}
</style>