Shades of Han Purple #4202FE
Tints of Han Purple #4202FE
RGB
CMYK
RGB Variations
Color information
#4202FE (or 0x4202FE) is known color: Han Purple. HEX triplet: 42, 02 and FE. RGB value is (66,2,254). Sum of RGB (Red+Green+Blue) = 66+2+254=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #4202FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4202FE is #BDFD01. Grayscale: #303030. Windows color (decimal): -12451074 or 16646722. OLE color: 16646722.
HSL color Cylindrical-coordinate representation of color #4202FE: hue angle of 255.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4202FE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 2 | 254 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.00 |
| HSL | 255.24º | 0.99% | 0.5% | - |
| HSV(B) | 255.24º | 0.99% | 1% | - |
| XYZ | 20.16 | 8.36 | 94.32 | - |
| YUV | 49.86 | 243.2 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 254 | 0.74 | 0.99 | 0 | 0.00 | 255.24 | 0.99 | 0.5 |
| Hex | 42 | 2 | FE | 4A | 63 | 0 | 0 | FF | 63 | 32 |
| Octal | 102 | 2 | 376 | 112 | 143 | 0 | 0 | 377 | 143 | 62 |
| Binary | 1000010 | 10 | 11111110 | 1001010 | 1100011 | 0 | 0 | 11111111 | 1100011 | 110010 |
Color Harmonies of #4202FE
Complementary color
Monochromatic Colors of #4202FE
Black with #4202FE
Text Example
Text Example
White with #4202FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4202FE; }
p { color: rgb(66,2,254); }
H1.HeaderClassName
{
color: #4202FE;
}
.AnyTagClassName
{
color: #4202FE;
}
</style>
background-color css
<style>
a { background-color: #4202FE; }
a { background-color: rgb(66,2,254); }
div.DivClassName
{
background-color: #4202FE;
}
.BgClassName
{
background-color: #4202FE;
}
</style>
border-color css
<style>
span { border-color: #4202FE; }
span { border-color: rgb(66,2,254); }
td.TdClassName
{
border-color: #4202FE;
}
.TagClassName
{
border-color: #4202FE;
}
</style>