Shades of Han Purple #4F13FF
Tints of Han Purple #4F13FF
RGB
CMYK
RGB Variations
Color information
#4F13FF (or 0x4F13FF) is known color: Han Purple. HEX triplet: 4F, 13 and FF. RGB value is (79,19,255). Sum of RGB (Red+Green+Blue) = 79+19+255=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F13FF is #B0EC00. Grayscale: #3E3E3E. Windows color (decimal): -11594753 or 16716623. OLE color: 16716623.
HSL color Cylindrical-coordinate representation of color #4F13FF: hue angle of 255.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F13FF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 19 | 255 | - |
| CMYK | 0.69 | 0.93 | 0 | 0 |
| HSL | 255.25º | 1% | 0.54% | - |
| HSV(B) | 255.25º | 0.93% | 1% | - |
| XYZ | 21.51 | 9.35 | 95.28 | - |
| YUV | 63.84 | 235.88 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 255 | 0.69 | 0.93 | 0 | 0 | 255.25 | 1 | 0.54 |
| Hex | 4F | 13 | FF | 45 | 5D | 0 | 0 | FF | 64 | 36 |
| Octal | 117 | 23 | 377 | 105 | 135 | 0 | 0 | 377 | 144 | 66 |
| Binary | 1001111 | 10011 | 11111111 | 1000101 | 1011101 | 0 | 0 | 11111111 | 1100100 | 110110 |
Color Harmonies of #4F13FF
Complementary color
Monochromatic Colors of #4F13FF
Black with #4F13FF
Text Example
Text Example
White with #4F13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F13FF; }
p { color: rgb(79,19,255); }
H1.HeaderClassName
{
color: #4F13FF;
}
.AnyTagClassName
{
color: #4F13FF;
}
</style>
background-color css
<style>
a { background-color: #4F13FF; }
a { background-color: rgb(79,19,255); }
div.DivClassName
{
background-color: #4F13FF;
}
.BgClassName
{
background-color: #4F13FF;
}
</style>
border-color css
<style>
span { border-color: #4F13FF; }
span { border-color: rgb(79,19,255); }
td.TdClassName
{
border-color: #4F13FF;
}
.TagClassName
{
border-color: #4F13FF;
}
</style>