Shades of Han Purple #4F0DFB
Tints of Han Purple #4F0DFB
RGB
CMYK
RGB Variations
Color information
#4F0DFB (or 0x4F0DFB) is known color: Han Purple. HEX triplet: 4F, 0D and FB. RGB value is (79,13,251). Sum of RGB (Red+Green+Blue) = 79+13+251=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DFB is #B0F204. Grayscale: #3A3A3A. Windows color (decimal): -11596293 or 16452943. OLE color: 16452943.
HSL color Cylindrical-coordinate representation of color #4F0DFB: hue angle of 256.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0DFB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 13 | 251 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.02 |
| HSL | 256.64º | 0.97% | 0.52% | - |
| HSV(B) | 256.64º | 0.95% | 0.98% | - |
| XYZ | 20.78 | 8.92 | 91.89 | - |
| YUV | 59.87 | 235.87 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 251 | 0.69 | 0.95 | 0 | 0.02 | 256.64 | 0.97 | 0.52 |
| Hex | 4F | D | FB | 45 | 5F | 0 | 2 | 101 | 61 | 34 |
| Octal | 117 | 15 | 373 | 105 | 137 | 0 | 2 | 401 | 141 | 64 |
| Binary | 1001111 | 1101 | 11111011 | 1000101 | 1011111 | 0 | 10 | 100000001 | 1100001 | 110100 |
Color Harmonies of #4F0DFB
Complementary color
Monochromatic Colors of #4F0DFB
Black with #4F0DFB
Text Example
Text Example
White with #4F0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0DFB; }
p { color: rgb(79,13,251); }
H1.HeaderClassName
{
color: #4F0DFB;
}
.AnyTagClassName
{
color: #4F0DFB;
}
</style>
background-color css
<style>
a { background-color: #4F0DFB; }
a { background-color: rgb(79,13,251); }
div.DivClassName
{
background-color: #4F0DFB;
}
.BgClassName
{
background-color: #4F0DFB;
}
</style>
border-color css
<style>
span { border-color: #4F0DFB; }
span { border-color: rgb(79,13,251); }
td.TdClassName
{
border-color: #4F0DFB;
}
.TagClassName
{
border-color: #4F0DFB;
}
</style>