Shades of Han Purple #4210FE
Tints of Han Purple #4210FE
RGB
CMYK
RGB Variations
Color information
#4210FE (or 0x4210FE) is known color: Han Purple. HEX triplet: 42, 10 and FE. RGB value is (66,16,254). Sum of RGB (Red+Green+Blue) = 66+16+254=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #4210FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210FE is #BDEF01. Grayscale: #393939. Windows color (decimal): -12447490 or 16650306. OLE color: 16650306.
HSL color Cylindrical-coordinate representation of color #4210FE: hue angle of 252.61º 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 #4210FE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 16 | 254 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.00 |
| HSL | 252.61º | 0.99% | 0.53% | - |
| HSV(B) | 252.61º | 0.94% | 1% | - |
| XYZ | 20.32 | 8.68 | 94.37 | - |
| YUV | 58.08 | 238.57 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 254 | 0.74 | 0.94 | 0 | 0.00 | 252.61 | 0.99 | 0.53 |
| Hex | 42 | 10 | FE | 4A | 5E | 0 | 0 | FD | 63 | 35 |
| Octal | 102 | 20 | 376 | 112 | 136 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000010 | 10000 | 11111110 | 1001010 | 1011110 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #4210FE
Complementary color
Monochromatic Colors of #4210FE
Black with #4210FE
Text Example
Text Example
White with #4210FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210FE; }
p { color: rgb(66,16,254); }
H1.HeaderClassName
{
color: #4210FE;
}
.AnyTagClassName
{
color: #4210FE;
}
</style>
background-color css
<style>
a { background-color: #4210FE; }
a { background-color: rgb(66,16,254); }
div.DivClassName
{
background-color: #4210FE;
}
.BgClassName
{
background-color: #4210FE;
}
</style>
border-color css
<style>
span { border-color: #4210FE; }
span { border-color: rgb(66,16,254); }
td.TdClassName
{
border-color: #4210FE;
}
.TagClassName
{
border-color: #4210FE;
}
</style>