Shades of Han Purple #4410FE
Tints of Han Purple #4410FE
RGB
CMYK
RGB Variations
Color information
#4410FE (or 0x4410FE) is known color: Han Purple. HEX triplet: 44, 10 and FE. RGB value is (68,16,254). Sum of RGB (Red+Green+Blue) = 68+16+254=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 16 (6.64% from 255 or 4.73% 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 #4410FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4410FE is #BBEF01. Grayscale: #393939. Windows color (decimal): -12316418 or 16650308. OLE color: 16650308.
HSL color Cylindrical-coordinate representation of color #4410FE: hue angle of 253.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4410FE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 16 | 254 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.00 |
| HSL | 253.11º | 0.99% | 0.53% | - |
| HSV(B) | 253.11º | 0.94% | 1% | - |
| XYZ | 20.46 | 8.76 | 94.38 | - |
| YUV | 58.68 | 238.23 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 254 | 0.73 | 0.94 | 0 | 0.00 | 253.11 | 0.99 | 0.53 |
| Hex | 44 | 10 | FE | 49 | 5E | 0 | 0 | FD | 63 | 35 |
| Octal | 104 | 20 | 376 | 111 | 136 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000100 | 10000 | 11111110 | 1001001 | 1011110 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #4410FE
Complementary color
Monochromatic Colors of #4410FE
Black with #4410FE
Text Example
Text Example
White with #4410FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4410FE; }
p { color: rgb(68,16,254); }
H1.HeaderClassName
{
color: #4410FE;
}
.AnyTagClassName
{
color: #4410FE;
}
</style>
background-color css
<style>
a { background-color: #4410FE; }
a { background-color: rgb(68,16,254); }
div.DivClassName
{
background-color: #4410FE;
}
.BgClassName
{
background-color: #4410FE;
}
</style>
border-color css
<style>
span { border-color: #4410FE; }
span { border-color: rgb(68,16,254); }
td.TdClassName
{
border-color: #4410FE;
}
.TagClassName
{
border-color: #4410FE;
}
</style>