Shades of Han Purple #4F17EF
Tints of Han Purple #4F17EF
RGB
CMYK
RGB Variations
Color information
#4F17EF (or 0x4F17EF) is known color: Han Purple. HEX triplet: 4F, 17 and EF. RGB value is (79,23,239). Sum of RGB (Red+Green+Blue) = 79+23+239=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F17EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F17EF is #B0E810. Grayscale: #3F3F3F. Windows color (decimal): -11593745 or 15669071. OLE color: 15669071.
HSL color Cylindrical-coordinate representation of color #4F17EF: hue angle of 255.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F17EF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 23 | 239 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.06 |
| HSL | 255.56º | 0.87% | 0.51% | - |
| HSV(B) | 255.56º | 0.9% | 0.94% | - |
| XYZ | 19.11 | 8.51 | 82.3 | - |
| YUV | 64.37 | 226.55 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 239 | 0.67 | 0.90 | 0 | 0.06 | 255.56 | 0.87 | 0.51 |
| Hex | 4F | 17 | EF | 43 | 5A | 0 | 6 | 100 | 57 | 33 |
| Octal | 117 | 27 | 357 | 103 | 132 | 0 | 6 | 400 | 127 | 63 |
| Binary | 1001111 | 10111 | 11101111 | 1000011 | 1011010 | 0 | 110 | 100000000 | 1010111 | 110011 |
Color Harmonies of #4F17EF
Complementary color
Monochromatic Colors of #4F17EF
Black with #4F17EF
Text Example
Text Example
White with #4F17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17EF; }
p { color: rgb(79,23,239); }
H1.HeaderClassName
{
color: #4F17EF;
}
.AnyTagClassName
{
color: #4F17EF;
}
</style>
background-color css
<style>
a { background-color: #4F17EF; }
a { background-color: rgb(79,23,239); }
div.DivClassName
{
background-color: #4F17EF;
}
.BgClassName
{
background-color: #4F17EF;
}
</style>
border-color css
<style>
span { border-color: #4F17EF; }
span { border-color: rgb(79,23,239); }
td.TdClassName
{
border-color: #4F17EF;
}
.TagClassName
{
border-color: #4F17EF;
}
</style>