Shades of Han Purple #4F17FE
Tints of Han Purple #4F17FE
RGB
CMYK
RGB Variations
Color information
#4F17FE (or 0x4F17FE) is known color: Han Purple. HEX triplet: 4F, 17 and FE. RGB value is (79,23,254). Sum of RGB (Red+Green+Blue) = 79+23+254=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F17FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F17FE is #B0E801. Grayscale: #414141. Windows color (decimal): -11593730 or 16652111. OLE color: 16652111.
HSL color Cylindrical-coordinate representation of color #4F17FE: hue angle of 254.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F17FE is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 23 | 254 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.00 |
| HSL | 254.55º | 0.99% | 0.54% | - |
| HSV(B) | 254.55º | 0.91% | 1% | - |
| XYZ | 21.42 | 9.43 | 94.46 | - |
| YUV | 66.08 | 234.05 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 254 | 0.69 | 0.91 | 0 | 0.00 | 254.55 | 0.99 | 0.54 |
| Hex | 4F | 17 | FE | 45 | 5B | 0 | 0 | FF | 63 | 36 |
| Octal | 117 | 27 | 376 | 105 | 133 | 0 | 0 | 377 | 143 | 66 |
| Binary | 1001111 | 10111 | 11111110 | 1000101 | 1011011 | 0 | 0 | 11111111 | 1100011 | 110110 |
Color Harmonies of #4F17FE
Complementary color
Monochromatic Colors of #4F17FE
Black with #4F17FE
Text Example
Text Example
White with #4F17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17FE; }
p { color: rgb(79,23,254); }
H1.HeaderClassName
{
color: #4F17FE;
}
.AnyTagClassName
{
color: #4F17FE;
}
</style>
background-color css
<style>
a { background-color: #4F17FE; }
a { background-color: rgb(79,23,254); }
div.DivClassName
{
background-color: #4F17FE;
}
.BgClassName
{
background-color: #4F17FE;
}
</style>
border-color css
<style>
span { border-color: #4F17FE; }
span { border-color: rgb(79,23,254); }
td.TdClassName
{
border-color: #4F17FE;
}
.TagClassName
{
border-color: #4F17FE;
}
</style>