Shades of Han Purple #4119FE
Tints of Han Purple #4119FE
RGB
CMYK
RGB Variations
Color information
#4119FE (or 0x4119FE) is known color: Han Purple. HEX triplet: 41, 19 and FE. RGB value is (65,25,254). Sum of RGB (Red+Green+Blue) = 65+25+254=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4119FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4119FE is #BEE601. Grayscale: #3E3E3E. Windows color (decimal): -12510722 or 16652609. OLE color: 16652609.
HSL color Cylindrical-coordinate representation of color #4119FE: hue angle of 250.48º 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 #4119FE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 25 | 254 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.00 |
| HSL | 250.48º | 0.99% | 0.55% | - |
| HSV(B) | 250.48º | 0.9% | 1% | - |
| XYZ | 20.42 | 8.97 | 94.42 | - |
| YUV | 63.07 | 235.75 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 254 | 0.74 | 0.90 | 0 | 0.00 | 250.48 | 0.99 | 0.55 |
| Hex | 41 | 19 | FE | 4A | 5A | 0 | 0 | FA | 63 | 37 |
| Octal | 101 | 31 | 376 | 112 | 132 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000001 | 11001 | 11111110 | 1001010 | 1011010 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #4119FE
Complementary color
Monochromatic Colors of #4119FE
Black with #4119FE
Text Example
Text Example
White with #4119FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119FE; }
p { color: rgb(65,25,254); }
H1.HeaderClassName
{
color: #4119FE;
}
.AnyTagClassName
{
color: #4119FE;
}
</style>
background-color css
<style>
a { background-color: #4119FE; }
a { background-color: rgb(65,25,254); }
div.DivClassName
{
background-color: #4119FE;
}
.BgClassName
{
background-color: #4119FE;
}
</style>
border-color css
<style>
span { border-color: #4119FE; }
span { border-color: rgb(65,25,254); }
td.TdClassName
{
border-color: #4119FE;
}
.TagClassName
{
border-color: #4119FE;
}
</style>