Shades of Han Purple #4F16DD
Tints of Han Purple #4F16DD
RGB
CMYK
RGB Variations
Color information
#4F16DD (or 0x4F16DD) is known color: Han Purple. HEX triplet: 4F, 16 and DD. RGB value is (79,22,221). Sum of RGB (Red+Green+Blue) = 79+22+221=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F16DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F16DD is #B0E922. Grayscale: #3C3C3C. Windows color (decimal): -11594019 or 14489167. OLE color: 14489167.
HSL color Cylindrical-coordinate representation of color #4F16DD: hue angle of 257.19º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F16DD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 22 | 221 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.13 |
| HSL | 257.19º | 0.82% | 0.48% | - |
| HSV(B) | 257.19º | 0.9% | 0.87% | - |
| XYZ | 16.56 | 7.46 | 68.97 | - |
| YUV | 61.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 221 | 0.64 | 0.90 | 0 | 0.13 | 257.19 | 0.82 | 0.48 |
| Hex | 4F | 16 | DD | 40 | 5A | 0 | D | 101 | 52 | 30 |
| Octal | 117 | 26 | 335 | 100 | 132 | 0 | 15 | 401 | 122 | 60 |
| Binary | 1001111 | 10110 | 11011101 | 1000000 | 1011010 | 0 | 1101 | 100000001 | 1010010 | 110000 |
Color Harmonies of #4F16DD
Complementary color
Monochromatic Colors of #4F16DD
Black with #4F16DD
Text Example
Text Example
White with #4F16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F16DD; }
p { color: rgb(79,22,221); }
H1.HeaderClassName
{
color: #4F16DD;
}
.AnyTagClassName
{
color: #4F16DD;
}
</style>
background-color css
<style>
a { background-color: #4F16DD; }
a { background-color: rgb(79,22,221); }
div.DivClassName
{
background-color: #4F16DD;
}
.BgClassName
{
background-color: #4F16DD;
}
</style>
border-color css
<style>
span { border-color: #4F16DD; }
span { border-color: rgb(79,22,221); }
td.TdClassName
{
border-color: #4F16DD;
}
.TagClassName
{
border-color: #4F16DD;
}
</style>