Shades of Han Purple #4F17DD
Tints of Han Purple #4F17DD
RGB
CMYK
RGB Variations
Color information
#4F17DD (or 0x4F17DD) is known color: Han Purple. HEX triplet: 4F, 17 and DD. RGB value is (79,23,221). Sum of RGB (Red+Green+Blue) = 79+23+221=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F17DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F17DD is #B0E822. Grayscale: #3D3D3D. Windows color (decimal): -11593763 or 14489423. OLE color: 14489423.
HSL color Cylindrical-coordinate representation of color #4F17DD: hue angle of 256.97º degrees, saturation: 0.81, 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 #4F17DD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 23 | 221 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.13 |
| HSL | 256.97º | 0.81% | 0.48% | - |
| HSV(B) | 256.97º | 0.9% | 0.87% | - |
| XYZ | 16.58 | 7.5 | 68.98 | - |
| YUV | 62.32 | 217.55 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 221 | 0.64 | 0.90 | 0 | 0.13 | 256.97 | 0.81 | 0.48 |
| Hex | 4F | 17 | DD | 40 | 5A | 0 | D | 101 | 51 | 30 |
| Octal | 117 | 27 | 335 | 100 | 132 | 0 | 15 | 401 | 121 | 60 |
| Binary | 1001111 | 10111 | 11011101 | 1000000 | 1011010 | 0 | 1101 | 100000001 | 1010001 | 110000 |
Color Harmonies of #4F17DD
Complementary color
Monochromatic Colors of #4F17DD
Black with #4F17DD
Text Example
Text Example
White with #4F17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17DD; }
p { color: rgb(79,23,221); }
H1.HeaderClassName
{
color: #4F17DD;
}
.AnyTagClassName
{
color: #4F17DD;
}
</style>
background-color css
<style>
a { background-color: #4F17DD; }
a { background-color: rgb(79,23,221); }
div.DivClassName
{
background-color: #4F17DD;
}
.BgClassName
{
background-color: #4F17DD;
}
</style>
border-color css
<style>
span { border-color: #4F17DD; }
span { border-color: rgb(79,23,221); }
td.TdClassName
{
border-color: #4F17DD;
}
.TagClassName
{
border-color: #4F17DD;
}
</style>