Shades of Han Purple #4418FE
Tints of Han Purple #4418FE
RGB
CMYK
RGB Variations
Color information
#4418FE (or 0x4418FE) is known color: Han Purple. HEX triplet: 44, 18 and FE. RGB value is (68,24,254). Sum of RGB (Red+Green+Blue) = 68+24+254=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4418FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4418FE is #BBE701. Grayscale: #3E3E3E. Windows color (decimal): -12314370 or 16652356. OLE color: 16652356.
HSL color Cylindrical-coordinate representation of color #4418FE: hue angle of 251.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4418FE is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 24 | 254 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.00 |
| HSL | 251.48º | 0.99% | 0.55% | - |
| HSV(B) | 251.48º | 0.91% | 1% | - |
| XYZ | 20.6 | 9.04 | 94.42 | - |
| YUV | 63.38 | 235.58 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 254 | 0.73 | 0.91 | 0 | 0.00 | 251.48 | 0.99 | 0.55 |
| Hex | 44 | 18 | FE | 49 | 5B | 0 | 0 | FB | 63 | 37 |
| Octal | 104 | 30 | 376 | 111 | 133 | 0 | 0 | 373 | 143 | 67 |
| Binary | 1000100 | 11000 | 11111110 | 1001001 | 1011011 | 0 | 0 | 11111011 | 1100011 | 110111 |
Color Harmonies of #4418FE
Complementary color
Monochromatic Colors of #4418FE
Black with #4418FE
Text Example
Text Example
White with #4418FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418FE; }
p { color: rgb(68,24,254); }
H1.HeaderClassName
{
color: #4418FE;
}
.AnyTagClassName
{
color: #4418FE;
}
</style>
background-color css
<style>
a { background-color: #4418FE; }
a { background-color: rgb(68,24,254); }
div.DivClassName
{
background-color: #4418FE;
}
.BgClassName
{
background-color: #4418FE;
}
</style>
border-color css
<style>
span { border-color: #4418FE; }
span { border-color: rgb(68,24,254); }
td.TdClassName
{
border-color: #4418FE;
}
.TagClassName
{
border-color: #4418FE;
}
</style>