Shades of Han Purple #4F13E0
Tints of Han Purple #4F13E0
RGB
CMYK
RGB Variations
Color information
#4F13E0 (or 0x4F13E0) is known color: Han Purple. HEX triplet: 4F, 13 and E0. RGB value is (79,19,224). Sum of RGB (Red+Green+Blue) = 79+19+224=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F13E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F13E0 is #B0EC1F. Grayscale: #3B3B3B. Windows color (decimal): -11594784 or 14685007. OLE color: 14685007.
HSL color Cylindrical-coordinate representation of color #4F13E0: hue angle of 257.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F13E0 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 19 | 224 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.12 |
| HSL | 257.56º | 0.84% | 0.48% | - |
| HSV(B) | 257.56º | 0.92% | 0.88% | - |
| XYZ | 16.91 | 7.51 | 71.08 | - |
| YUV | 60.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 224 | 0.65 | 0.92 | 0 | 0.12 | 257.56 | 0.84 | 0.48 |
| Hex | 4F | 13 | E0 | 41 | 5C | 0 | C | 102 | 54 | 30 |
| Octal | 117 | 23 | 340 | 101 | 134 | 0 | 14 | 402 | 124 | 60 |
| Binary | 1001111 | 10011 | 11100000 | 1000001 | 1011100 | 0 | 1100 | 100000010 | 1010100 | 110000 |
Color Harmonies of #4F13E0
Complementary color
Monochromatic Colors of #4F13E0
Black with #4F13E0
Text Example
Text Example
White with #4F13E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F13E0; }
p { color: rgb(79,19,224); }
H1.HeaderClassName
{
color: #4F13E0;
}
.AnyTagClassName
{
color: #4F13E0;
}
</style>
background-color css
<style>
a { background-color: #4F13E0; }
a { background-color: rgb(79,19,224); }
div.DivClassName
{
background-color: #4F13E0;
}
.BgClassName
{
background-color: #4F13E0;
}
</style>
border-color css
<style>
span { border-color: #4F13E0; }
span { border-color: rgb(79,19,224); }
td.TdClassName
{
border-color: #4F13E0;
}
.TagClassName
{
border-color: #4F13E0;
}
</style>