Shades of Han Purple #6519F1
Tints of Han Purple #6519F1
RGB
CMYK
RGB Variations
Color information
#6519F1 (or 0x6519F1) is known color: Han Purple. HEX triplet: 65, 19 and F1. RGB value is (101,25,241). Sum of RGB (Red+Green+Blue) = 101+25+241=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #6519F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519F1 is #9AE60E. Grayscale: #474747. Windows color (decimal): -10151439 or 15800677. OLE color: 15800677.
HSL color Cylindrical-coordinate representation of color #6519F1: hue angle of 261.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6519F1 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 25 | 241 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.05 |
| HSL | 261.11º | 0.89% | 0.52% | - |
| HSV(B) | 261.11º | 0.9% | 0.95% | - |
| XYZ | 21.59 | 9.81 | 83.98 | - |
| YUV | 72.35 | 223.18 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 241 | 0.58 | 0.90 | 0 | 0.05 | 261.11 | 0.89 | 0.52 |
| Hex | 65 | 19 | F1 | 3A | 5A | 0 | 5 | 105 | 59 | 34 |
| Octal | 145 | 31 | 361 | 72 | 132 | 0 | 5 | 405 | 131 | 64 |
| Binary | 1100101 | 11001 | 11110001 | 111010 | 1011010 | 0 | 101 | 100000101 | 1011001 | 110100 |
Color Harmonies of #6519F1
Complementary color
Monochromatic Colors of #6519F1
Black with #6519F1
Text Example
Text Example
White with #6519F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519F1; }
p { color: rgb(101,25,241); }
H1.HeaderClassName
{
color: #6519F1;
}
.AnyTagClassName
{
color: #6519F1;
}
</style>
background-color css
<style>
a { background-color: #6519F1; }
a { background-color: rgb(101,25,241); }
div.DivClassName
{
background-color: #6519F1;
}
.BgClassName
{
background-color: #6519F1;
}
</style>
border-color css
<style>
span { border-color: #6519F1; }
span { border-color: rgb(101,25,241); }
td.TdClassName
{
border-color: #6519F1;
}
.TagClassName
{
border-color: #6519F1;
}
</style>