Shades of Han Purple #4A02FE
Tints of Han Purple #4A02FE
RGB
CMYK
RGB Variations
Color information
#4A02FE (or 0x4A02FE) is known color: Han Purple. HEX triplet: 4A, 02 and FE. RGB value is (74,2,254). Sum of RGB (Red+Green+Blue) = 74+2+254=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A02FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A02FE is #B5FD01. Grayscale: #333333. Windows color (decimal): -11926786 or 16646730. OLE color: 16646730.
HSL color Cylindrical-coordinate representation of color #4A02FE: hue angle of 257.14º 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 #4A02FE is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 2 | 254 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.5% | - |
| HSV(B) | 257.14º | 0.99% | 1% | - |
| XYZ | 20.74 | 8.66 | 94.34 | - |
| YUV | 52.26 | 241.85 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 254 | 0.71 | 0.99 | 0 | 0.00 | 257.14 | 0.99 | 0.5 |
| Hex | 4A | 2 | FE | 47 | 63 | 0 | 0 | 101 | 63 | 32 |
| Octal | 112 | 2 | 376 | 107 | 143 | 0 | 0 | 401 | 143 | 62 |
| Binary | 1001010 | 10 | 11111110 | 1000111 | 1100011 | 0 | 0 | 100000001 | 1100011 | 110010 |
Color Harmonies of #4A02FE
Complementary color
Monochromatic Colors of #4A02FE
Black with #4A02FE
Text Example
Text Example
White with #4A02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A02FE; }
p { color: rgb(74,2,254); }
H1.HeaderClassName
{
color: #4A02FE;
}
.AnyTagClassName
{
color: #4A02FE;
}
</style>
background-color css
<style>
a { background-color: #4A02FE; }
a { background-color: rgb(74,2,254); }
div.DivClassName
{
background-color: #4A02FE;
}
.BgClassName
{
background-color: #4A02FE;
}
</style>
border-color css
<style>
span { border-color: #4A02FE; }
span { border-color: rgb(74,2,254); }
td.TdClassName
{
border-color: #4A02FE;
}
.TagClassName
{
border-color: #4A02FE;
}
</style>