Shades of Han Purple #6517E7
Tints of Han Purple #6517E7
RGB
CMYK
RGB Variations
Color information
#6517E7 (or 0x6517E7) is known color: Han Purple. HEX triplet: 65, 17 and E7. RGB value is (101,23,231). Sum of RGB (Red+Green+Blue) = 101+23+231=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #6517E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517E7 is #9AE818. Grayscale: #454545. Windows color (decimal): -10151961 or 15144805. OLE color: 15144805.
HSL color Cylindrical-coordinate representation of color #6517E7: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6517E7 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 23 | 231 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.09 |
| HSL | 262.5º | 0.82% | 0.5% | - |
| HSV(B) | 262.5º | 0.9% | 0.91% | - |
| XYZ | 20.1 | 9.15 | 76.31 | - |
| YUV | 70.03 | 218.84 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 231 | 0.56 | 0.90 | 0 | 0.09 | 262.5 | 0.82 | 0.5 |
| Hex | 65 | 17 | E7 | 38 | 5A | 0 | 9 | 106 | 52 | 32 |
| Octal | 145 | 27 | 347 | 70 | 132 | 0 | 11 | 406 | 122 | 62 |
| Binary | 1100101 | 10111 | 11100111 | 111000 | 1011010 | 0 | 1001 | 100000110 | 1010010 | 110010 |
Color Harmonies of #6517E7
Complementary color
Monochromatic Colors of #6517E7
Black with #6517E7
Text Example
Text Example
White with #6517E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517E7; }
p { color: rgb(101,23,231); }
H1.HeaderClassName
{
color: #6517E7;
}
.AnyTagClassName
{
color: #6517E7;
}
</style>
background-color css
<style>
a { background-color: #6517E7; }
a { background-color: rgb(101,23,231); }
div.DivClassName
{
background-color: #6517E7;
}
.BgClassName
{
background-color: #6517E7;
}
</style>
border-color css
<style>
span { border-color: #6517E7; }
span { border-color: rgb(101,23,231); }
td.TdClassName
{
border-color: #6517E7;
}
.TagClassName
{
border-color: #6517E7;
}
</style>