Shades of Han Purple #6419FA
Tints of Han Purple #6419FA
RGB
CMYK
RGB Variations
Color information
#6419FA (or 0x6419FA) is known color: Han Purple. HEX triplet: 64, 19 and FA. RGB value is (100,25,250). Sum of RGB (Red+Green+Blue) = 100+25+250=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #6419FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6419FA is #9BE605. Grayscale: #484848. Windows color (decimal): -10216966 or 16390500. OLE color: 16390500.
HSL color Cylindrical-coordinate representation of color #6419FA: hue angle of 260º 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 #6419FA is Cyan = 0.6, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 25 | 250 | - |
| CMYK | 0.6 | 0.9 | 0 | 0.02 |
| HSL | 260º | 0.96% | 0.54% | - |
| HSV(B) | 260º | 0.9% | 0.98% | - |
| XYZ | 22.86 | 10.31 | 91.23 | - |
| YUV | 73.08 | 227.85 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 250 | 0.6 | 0.9 | 0 | 0.02 | 260 | 0.96 | 0.54 |
| Hex | 64 | 19 | FA | 3C | 5A | 0 | 2 | 104 | 60 | 36 |
| Octal | 144 | 31 | 372 | 74 | 132 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100100 | 11001 | 11111010 | 111100 | 1011010 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #6419FA
Complementary color
Monochromatic Colors of #6419FA
Black with #6419FA
Text Example
Text Example
White with #6419FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6419FA; }
p { color: rgb(100,25,250); }
H1.HeaderClassName
{
color: #6419FA;
}
.AnyTagClassName
{
color: #6419FA;
}
</style>
background-color css
<style>
a { background-color: #6419FA; }
a { background-color: rgb(100,25,250); }
div.DivClassName
{
background-color: #6419FA;
}
.BgClassName
{
background-color: #6419FA;
}
</style>
border-color css
<style>
span { border-color: #6419FA; }
span { border-color: rgb(100,25,250); }
td.TdClassName
{
border-color: #6419FA;
}
.TagClassName
{
border-color: #6419FA;
}
</style>