Shades of Han Purple #6519FA
Tints of Han Purple #6519FA
RGB
CMYK
RGB Variations
Color information
#6519FA (or 0x6519FA) is known color: Han Purple. HEX triplet: 65, 19 and FA. RGB value is (101,25,250). Sum of RGB (Red+Green+Blue) = 101+25+250=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #6519FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519FA is #9AE605. Grayscale: #484848. Windows color (decimal): -10151430 or 16390501. OLE color: 16390501.
HSL color Cylindrical-coordinate representation of color #6519FA: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6519FA is Cyan = 0.60, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 25 | 250 | - |
| CMYK | 0.60 | 0.9 | 0 | 0.02 |
| HSL | 260.27º | 0.96% | 0.54% | - |
| HSV(B) | 260.27º | 0.9% | 0.98% | - |
| XYZ | 22.97 | 10.36 | 91.23 | - |
| YUV | 73.37 | 227.68 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 250 | 0.60 | 0.9 | 0 | 0.02 | 260.27 | 0.96 | 0.54 |
| Hex | 65 | 19 | FA | 3C | 5A | 0 | 2 | 104 | 60 | 36 |
| Octal | 145 | 31 | 372 | 74 | 132 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100101 | 11001 | 11111010 | 111100 | 1011010 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #6519FA
Complementary color
Monochromatic Colors of #6519FA
Black with #6519FA
Text Example
Text Example
White with #6519FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519FA; }
p { color: rgb(101,25,250); }
H1.HeaderClassName
{
color: #6519FA;
}
.AnyTagClassName
{
color: #6519FA;
}
</style>
background-color css
<style>
a { background-color: #6519FA; }
a { background-color: rgb(101,25,250); }
div.DivClassName
{
background-color: #6519FA;
}
.BgClassName
{
background-color: #6519FA;
}
</style>
border-color css
<style>
span { border-color: #6519FA; }
span { border-color: rgb(101,25,250); }
td.TdClassName
{
border-color: #6519FA;
}
.TagClassName
{
border-color: #6519FA;
}
</style>