Shades of Han Purple #6519E7
Tints of Han Purple #6519E7
RGB
CMYK
RGB Variations
Color information
#6519E7 (or 0x6519E7) is known color: Han Purple. HEX triplet: 65, 19 and E7. RGB value is (101,25,231). Sum of RGB (Red+Green+Blue) = 101+25+231=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #6519E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519E7 is #9AE618. Grayscale: #464646. Windows color (decimal): -10151449 or 15145317. OLE color: 15145317.
HSL color Cylindrical-coordinate representation of color #6519E7: hue angle of 262.14º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6519E7 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 25 | 231 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.09 |
| HSL | 262.14º | 0.81% | 0.5% | - |
| HSV(B) | 262.14º | 0.89% | 0.91% | - |
| XYZ | 20.14 | 9.23 | 76.32 | - |
| YUV | 71.21 | 218.18 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 231 | 0.56 | 0.89 | 0 | 0.09 | 262.14 | 0.81 | 0.5 |
| Hex | 65 | 19 | E7 | 38 | 59 | 0 | 9 | 106 | 51 | 32 |
| Octal | 145 | 31 | 347 | 70 | 131 | 0 | 11 | 406 | 121 | 62 |
| Binary | 1100101 | 11001 | 11100111 | 111000 | 1011001 | 0 | 1001 | 100000110 | 1010001 | 110010 |
Color Harmonies of #6519E7
Complementary color
Monochromatic Colors of #6519E7
Black with #6519E7
Text Example
Text Example
White with #6519E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519E7; }
p { color: rgb(101,25,231); }
H1.HeaderClassName
{
color: #6519E7;
}
.AnyTagClassName
{
color: #6519E7;
}
</style>
background-color css
<style>
a { background-color: #6519E7; }
a { background-color: rgb(101,25,231); }
div.DivClassName
{
background-color: #6519E7;
}
.BgClassName
{
background-color: #6519E7;
}
</style>
border-color css
<style>
span { border-color: #6519E7; }
span { border-color: rgb(101,25,231); }
td.TdClassName
{
border-color: #6519E7;
}
.TagClassName
{
border-color: #6519E7;
}
</style>