Shades of Han Purple #4619FE
Tints of Han Purple #4619FE
RGB
CMYK
RGB Variations
Color information
#4619FE (or 0x4619FE) is known color: Han Purple. HEX triplet: 46, 19 and FE. RGB value is (70,25,254). Sum of RGB (Red+Green+Blue) = 70+25+254=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #4619FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4619FE is #B9E601. Grayscale: #3F3F3F. Windows color (decimal): -12183042 or 16652614. OLE color: 16652614.
HSL color Cylindrical-coordinate representation of color #4619FE: hue angle of 251.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4619FE is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 25 | 254 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.00 |
| HSL | 251.79º | 0.99% | 0.55% | - |
| HSV(B) | 251.79º | 0.9% | 1% | - |
| XYZ | 20.76 | 9.15 | 94.44 | - |
| YUV | 64.56 | 234.91 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 254 | 0.72 | 0.90 | 0 | 0.00 | 251.79 | 0.99 | 0.55 |
| Hex | 46 | 19 | FE | 48 | 5A | 0 | 0 | FC | 63 | 37 |
| Octal | 106 | 31 | 376 | 110 | 132 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1000110 | 11001 | 11111110 | 1001000 | 1011010 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #4619FE
Complementary color
Monochromatic Colors of #4619FE
Black with #4619FE
Text Example
Text Example
White with #4619FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4619FE; }
p { color: rgb(70,25,254); }
H1.HeaderClassName
{
color: #4619FE;
}
.AnyTagClassName
{
color: #4619FE;
}
</style>
background-color css
<style>
a { background-color: #4619FE; }
a { background-color: rgb(70,25,254); }
div.DivClassName
{
background-color: #4619FE;
}
.BgClassName
{
background-color: #4619FE;
}
</style>
border-color css
<style>
span { border-color: #4619FE; }
span { border-color: rgb(70,25,254); }
td.TdClassName
{
border-color: #4619FE;
}
.TagClassName
{
border-color: #4619FE;
}
</style>