Shades of Han Purple #4A01FF
Tints of Han Purple #4A01FF
RGB
CMYK
RGB Variations
Color information
#4A01FF (or 0x4A01FF) is known color: Han Purple. HEX triplet: 4A, 01 and FF. RGB value is (74,1,255). Sum of RGB (Red+Green+Blue) = 74+1+255=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A01FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A01FF is #B5FE00. Grayscale: #323232. Windows color (decimal): -11927041 or 16712010. OLE color: 16712010.
HSL color Cylindrical-coordinate representation of color #4A01FF: hue angle of 257.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A01FF is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 1 | 255 | - |
| CMYK | 0.71 | 1.00 | 0 | 0 |
| HSL | 257.24º | 1% | 0.5% | - |
| HSV(B) | 257.24º | 1% | 1% | - |
| XYZ | 20.88 | 8.7 | 95.19 | - |
| YUV | 51.78 | 242.68 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 255 | 0.71 | 1.00 | 0 | 0 | 257.24 | 1 | 0.5 |
| Hex | 4A | 1 | FF | 47 | 64 | 0 | 0 | 101 | 64 | 32 |
| Octal | 112 | 1 | 377 | 107 | 144 | 0 | 0 | 401 | 144 | 62 |
| Binary | 1001010 | 1 | 11111111 | 1000111 | 1100100 | 0 | 0 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4A01FF
Complementary color
Monochromatic Colors of #4A01FF
Black with #4A01FF
Text Example
Text Example
White with #4A01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A01FF; }
p { color: rgb(74,1,255); }
H1.HeaderClassName
{
color: #4A01FF;
}
.AnyTagClassName
{
color: #4A01FF;
}
</style>
background-color css
<style>
a { background-color: #4A01FF; }
a { background-color: rgb(74,1,255); }
div.DivClassName
{
background-color: #4A01FF;
}
.BgClassName
{
background-color: #4A01FF;
}
</style>
border-color css
<style>
span { border-color: #4A01FF; }
span { border-color: rgb(74,1,255); }
td.TdClassName
{
border-color: #4A01FF;
}
.TagClassName
{
border-color: #4A01FF;
}
</style>