Shades of Han Purple #4F17FF
Tints of Han Purple #4F17FF
RGB
CMYK
RGB Variations
Color information
#4F17FF (or 0x4F17FF) is known color: Han Purple. HEX triplet: 4F, 17 and FF. RGB value is (79,23,255). Sum of RGB (Red+Green+Blue) = 79+23+255=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F17FF is #B0E800. Grayscale: #414141. Windows color (decimal): -11593729 or 16717647. OLE color: 16717647.
HSL color Cylindrical-coordinate representation of color #4F17FF: hue angle of 254.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F17FF is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 23 | 255 | - |
| CMYK | 0.69 | 0.91 | 0 | 0 |
| HSL | 254.48º | 1% | 0.55% | - |
| HSV(B) | 254.48º | 0.91% | 1% | - |
| XYZ | 21.58 | 9.5 | 95.3 | - |
| YUV | 66.19 | 234.55 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 255 | 0.69 | 0.91 | 0 | 0 | 254.48 | 1 | 0.55 |
| Hex | 4F | 17 | FF | 45 | 5B | 0 | 0 | FE | 64 | 37 |
| Octal | 117 | 27 | 377 | 105 | 133 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1001111 | 10111 | 11111111 | 1000101 | 1011011 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #4F17FF
Complementary color
Monochromatic Colors of #4F17FF
Black with #4F17FF
Text Example
Text Example
White with #4F17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17FF; }
p { color: rgb(79,23,255); }
H1.HeaderClassName
{
color: #4F17FF;
}
.AnyTagClassName
{
color: #4F17FF;
}
</style>
background-color css
<style>
a { background-color: #4F17FF; }
a { background-color: rgb(79,23,255); }
div.DivClassName
{
background-color: #4F17FF;
}
.BgClassName
{
background-color: #4F17FF;
}
</style>
border-color css
<style>
span { border-color: #4F17FF; }
span { border-color: rgb(79,23,255); }
td.TdClassName
{
border-color: #4F17FF;
}
.TagClassName
{
border-color: #4F17FF;
}
</style>