Shades of Han Purple #4213FE
Tints of Han Purple #4213FE
RGB
CMYK
RGB Variations
Color information
#4213FE (or 0x4213FE) is known color: Han Purple. HEX triplet: 42, 13 and FE. RGB value is (66,19,254). Sum of RGB (Red+Green+Blue) = 66+19+254=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #4213FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4213FE is #BDEC01. Grayscale: #3A3A3A. Windows color (decimal): -12446722 or 16651074. OLE color: 16651074.
HSL color Cylindrical-coordinate representation of color #4213FE: hue angle of 252º 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 #4213FE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 19 | 254 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.00 |
| HSL | 252º | 0.99% | 0.54% | - |
| HSV(B) | 252º | 0.93% | 1% | - |
| XYZ | 20.37 | 8.78 | 94.39 | - |
| YUV | 59.84 | 237.57 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 254 | 0.74 | 0.93 | 0 | 0.00 | 252 | 0.99 | 0.54 |
| Hex | 42 | 13 | FE | 4A | 5D | 0 | 0 | FC | 63 | 36 |
| Octal | 102 | 23 | 376 | 112 | 135 | 0 | 0 | 374 | 143 | 66 |
| Binary | 1000010 | 10011 | 11111110 | 1001010 | 1011101 | 0 | 0 | 11111100 | 1100011 | 110110 |
Color Harmonies of #4213FE
Complementary color
Monochromatic Colors of #4213FE
Black with #4213FE
Text Example
Text Example
White with #4213FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213FE; }
p { color: rgb(66,19,254); }
H1.HeaderClassName
{
color: #4213FE;
}
.AnyTagClassName
{
color: #4213FE;
}
</style>
background-color css
<style>
a { background-color: #4213FE; }
a { background-color: rgb(66,19,254); }
div.DivClassName
{
background-color: #4213FE;
}
.BgClassName
{
background-color: #4213FE;
}
</style>
border-color css
<style>
span { border-color: #4213FE; }
span { border-color: rgb(66,19,254); }
td.TdClassName
{
border-color: #4213FE;
}
.TagClassName
{
border-color: #4213FE;
}
</style>