Shades of Han Purple #4F01FF
Tints of Han Purple #4F01FF
RGB
CMYK
RGB Variations
Color information
#4F01FF (or 0x4F01FF) is known color: Han Purple. HEX triplet: 4F, 01 and FF. RGB value is (79,1,255). Sum of RGB (Red+Green+Blue) = 79+1+255=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F01FF is #B0FE00. Grayscale: #343434. Windows color (decimal): -11599361 or 16712015. OLE color: 16712015.
HSL color Cylindrical-coordinate representation of color #4F01FF: hue angle of 258.43º 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 #4F01FF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 1 | 255 | - |
| CMYK | 0.69 | 1.00 | 0 | 0 |
| HSL | 258.43º | 1% | 0.5% | - |
| HSV(B) | 258.43º | 1% | 1% | - |
| XYZ | 21.29 | 8.9 | 95.2 | - |
| YUV | 53.28 | 241.84 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 255 | 0.69 | 1.00 | 0 | 0 | 258.43 | 1 | 0.5 |
| Hex | 4F | 1 | FF | 45 | 64 | 0 | 0 | 102 | 64 | 32 |
| Octal | 117 | 1 | 377 | 105 | 144 | 0 | 0 | 402 | 144 | 62 |
| Binary | 1001111 | 1 | 11111111 | 1000101 | 1100100 | 0 | 0 | 100000010 | 1100100 | 110010 |
Color Harmonies of #4F01FF
Complementary color
Monochromatic Colors of #4F01FF
Black with #4F01FF
Text Example
Text Example
White with #4F01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F01FF; }
p { color: rgb(79,1,255); }
H1.HeaderClassName
{
color: #4F01FF;
}
.AnyTagClassName
{
color: #4F01FF;
}
</style>
background-color css
<style>
a { background-color: #4F01FF; }
a { background-color: rgb(79,1,255); }
div.DivClassName
{
background-color: #4F01FF;
}
.BgClassName
{
background-color: #4F01FF;
}
</style>
border-color css
<style>
span { border-color: #4F01FF; }
span { border-color: rgb(79,1,255); }
td.TdClassName
{
border-color: #4F01FF;
}
.TagClassName
{
border-color: #4F01FF;
}
</style>