Shades of Han Purple #4105FE
Tints of Han Purple #4105FE
RGB
CMYK
RGB Variations
Color information
#4105FE (or 0x4105FE) is known color: Han Purple. HEX triplet: 41, 05 and FE. RGB value is (65,5,254). Sum of RGB (Red+Green+Blue) = 65+5+254=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #4105FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4105FE is #BEFA01. Grayscale: #323232. Windows color (decimal): -12515842 or 16647489. OLE color: 16647489.
HSL color Cylindrical-coordinate representation of color #4105FE: hue angle of 254.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4105FE is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 5 | 254 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.00 |
| HSL | 254.46º | 0.99% | 0.51% | - |
| HSV(B) | 254.46º | 0.98% | 1% | - |
| XYZ | 20.12 | 8.39 | 94.32 | - |
| YUV | 51.33 | 242.38 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 254 | 0.74 | 0.98 | 0 | 0.00 | 254.46 | 0.99 | 0.51 |
| Hex | 41 | 5 | FE | 4A | 62 | 0 | 0 | FE | 63 | 33 |
| Octal | 101 | 5 | 376 | 112 | 142 | 0 | 0 | 376 | 143 | 63 |
| Binary | 1000001 | 101 | 11111110 | 1001010 | 1100010 | 0 | 0 | 11111110 | 1100011 | 110011 |
Color Harmonies of #4105FE
Complementary color
Monochromatic Colors of #4105FE
Black with #4105FE
Text Example
Text Example
White with #4105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4105FE; }
p { color: rgb(65,5,254); }
H1.HeaderClassName
{
color: #4105FE;
}
.AnyTagClassName
{
color: #4105FE;
}
</style>
background-color css
<style>
a { background-color: #4105FE; }
a { background-color: rgb(65,5,254); }
div.DivClassName
{
background-color: #4105FE;
}
.BgClassName
{
background-color: #4105FE;
}
</style>
border-color css
<style>
span { border-color: #4105FE; }
span { border-color: rgb(65,5,254); }
td.TdClassName
{
border-color: #4105FE;
}
.TagClassName
{
border-color: #4105FE;
}
</style>