Shades of Han Purple #4F1AD6
Tints of Han Purple #4F1AD6
RGB
CMYK
RGB Variations
Color information
#4F1AD6 (or 0x4F1AD6) is known color: Han Purple. HEX triplet: 4F, 1A and D6. RGB value is (79,26,214). Sum of RGB (Red+Green+Blue) = 79+26+214=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 214 (83.98% from 255 or 67.08% from 319); Max value from RGB is 214 - color contains mainly: blue. Hex color #4F1AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1AD6 is #B0E529. Grayscale: #3E3E3E. Windows color (decimal): -11593002 or 14031439. OLE color: 14031439.
HSL color Cylindrical-coordinate representation of color #4F1AD6: hue angle of 256.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F1AD6 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 26 | 214 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.16 |
| HSL | 256.91º | 0.78% | 0.47% | - |
| HSV(B) | 256.91º | 0.88% | 0.84% | - |
| XYZ | 15.73 | 7.26 | 64.19 | - |
| YUV | 63.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 214 | 0.63 | 0.88 | 0 | 0.16 | 256.91 | 0.78 | 0.47 |
| Hex | 4F | 1A | D6 | 3F | 58 | 0 | 10 | 101 | 4E | 2F |
| Octal | 117 | 32 | 326 | 77 | 130 | 0 | 20 | 401 | 116 | 57 |
| Binary | 1001111 | 11010 | 11010110 | 111111 | 1011000 | 0 | 10000 | 100000001 | 1001110 | 101111 |
Color Harmonies of #4F1AD6
Complementary color
Monochromatic Colors of #4F1AD6
Black with #4F1AD6
Text Example
Text Example
White with #4F1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1AD6; }
p { color: rgb(79,26,214); }
H1.HeaderClassName
{
color: #4F1AD6;
}
.AnyTagClassName
{
color: #4F1AD6;
}
</style>
background-color css
<style>
a { background-color: #4F1AD6; }
a { background-color: rgb(79,26,214); }
div.DivClassName
{
background-color: #4F1AD6;
}
.BgClassName
{
background-color: #4F1AD6;
}
</style>
border-color css
<style>
span { border-color: #4F1AD6; }
span { border-color: rgb(79,26,214); }
td.TdClassName
{
border-color: #4F1AD6;
}
.TagClassName
{
border-color: #4F1AD6;
}
</style>