Shades of Han Purple #4F1AFB
Tints of Han Purple #4F1AFB
RGB
CMYK
RGB Variations
Color information
#4F1AFB (or 0x4F1AFB) is known color: Han Purple. HEX triplet: 4F, 1A and FB. RGB value is (79,26,251). Sum of RGB (Red+Green+Blue) = 79+26+251=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1AFB is #B0E504. Grayscale: #424242. Windows color (decimal): -11592965 or 16456271. OLE color: 16456271.
HSL color Cylindrical-coordinate representation of color #4F1AFB: hue angle of 254.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F1AFB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 26 | 251 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.02 |
| HSL | 254.13º | 0.97% | 0.54% | - |
| HSV(B) | 254.13º | 0.9% | 0.98% | - |
| XYZ | 21.01 | 9.37 | 91.97 | - |
| YUV | 67.5 | 231.56 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 251 | 0.69 | 0.90 | 0 | 0.02 | 254.13 | 0.97 | 0.54 |
| Hex | 4F | 1A | FB | 45 | 5A | 0 | 2 | FE | 61 | 36 |
| Octal | 117 | 32 | 373 | 105 | 132 | 0 | 2 | 376 | 141 | 66 |
| Binary | 1001111 | 11010 | 11111011 | 1000101 | 1011010 | 0 | 10 | 11111110 | 1100001 | 110110 |
Color Harmonies of #4F1AFB
Complementary color
Monochromatic Colors of #4F1AFB
Black with #4F1AFB
Text Example
Text Example
White with #4F1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1AFB; }
p { color: rgb(79,26,251); }
H1.HeaderClassName
{
color: #4F1AFB;
}
.AnyTagClassName
{
color: #4F1AFB;
}
</style>
background-color css
<style>
a { background-color: #4F1AFB; }
a { background-color: rgb(79,26,251); }
div.DivClassName
{
background-color: #4F1AFB;
}
.BgClassName
{
background-color: #4F1AFB;
}
</style>
border-color css
<style>
span { border-color: #4F1AFB; }
span { border-color: rgb(79,26,251); }
td.TdClassName
{
border-color: #4F1AFB;
}
.TagClassName
{
border-color: #4F1AFB;
}
</style>