Shades of Han Purple #4113FE
Tints of Han Purple #4113FE
RGB
CMYK
RGB Variations
Color information
#4113FE (or 0x4113FE) is known color: Han Purple. HEX triplet: 41, 13 and FE. RGB value is (65,19,254). Sum of RGB (Red+Green+Blue) = 65+19+254=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #4113FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4113FE is #BEEC01. Grayscale: #3A3A3A. Windows color (decimal): -12512258 or 16651073. OLE color: 16651073.
HSL color Cylindrical-coordinate representation of color #4113FE: hue angle of 251.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4113FE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 19 | 254 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.00 |
| HSL | 251.74º | 0.99% | 0.54% | - |
| HSV(B) | 251.74º | 0.93% | 1% | - |
| XYZ | 20.3 | 8.75 | 94.38 | - |
| YUV | 59.54 | 237.74 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 254 | 0.74 | 0.93 | 0 | 0.00 | 251.74 | 0.99 | 0.54 |
| Hex | 41 | 13 | FE | 4A | 5D | 0 | 0 | FC | 63 | 36 |
| Octal | 101 | 23 | 376 | 112 | 135 | 0 | 0 | 374 | 143 | 66 |
| Binary | 1000001 | 10011 | 11111110 | 1001010 | 1011101 | 0 | 0 | 11111100 | 1100011 | 110110 |
Color Harmonies of #4113FE
Complementary color
Monochromatic Colors of #4113FE
Black with #4113FE
Text Example
Text Example
White with #4113FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113FE; }
p { color: rgb(65,19,254); }
H1.HeaderClassName
{
color: #4113FE;
}
.AnyTagClassName
{
color: #4113FE;
}
</style>
background-color css
<style>
a { background-color: #4113FE; }
a { background-color: rgb(65,19,254); }
div.DivClassName
{
background-color: #4113FE;
}
.BgClassName
{
background-color: #4113FE;
}
</style>
border-color css
<style>
span { border-color: #4113FE; }
span { border-color: rgb(65,19,254); }
td.TdClassName
{
border-color: #4113FE;
}
.TagClassName
{
border-color: #4113FE;
}
</style>