Shades of Han Purple #4F0FDB
Tints of Han Purple #4F0FDB
RGB
CMYK
RGB Variations
Color information
#4F0FDB (or 0x4F0FDB) is known color: Han Purple. HEX triplet: 4F, 0F and DB. RGB value is (79,15,219). Sum of RGB (Red+Green+Blue) = 79+15+219=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0FDB is #B0F024. Grayscale: #383838. Windows color (decimal): -11595813 or 14356303. OLE color: 14356303.
HSL color Cylindrical-coordinate representation of color #4F0FDB: hue angle of 258.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0FDB is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 15 | 219 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.14 |
| HSL | 258.82º | 0.87% | 0.46% | - |
| HSV(B) | 258.82º | 0.93% | 0.86% | - |
| XYZ | 16.18 | 7.12 | 67.54 | - |
| YUV | 57.39 | 219.2 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 219 | 0.64 | 0.93 | 0 | 0.14 | 258.82 | 0.87 | 0.46 |
| Hex | 4F | F | DB | 40 | 5D | 0 | E | 103 | 57 | 2E |
| Octal | 117 | 17 | 333 | 100 | 135 | 0 | 16 | 403 | 127 | 56 |
| Binary | 1001111 | 1111 | 11011011 | 1000000 | 1011101 | 0 | 1110 | 100000011 | 1010111 | 101110 |
Color Harmonies of #4F0FDB
Complementary color
Monochromatic Colors of #4F0FDB
Black with #4F0FDB
Text Example
Text Example
White with #4F0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FDB; }
p { color: rgb(79,15,219); }
H1.HeaderClassName
{
color: #4F0FDB;
}
.AnyTagClassName
{
color: #4F0FDB;
}
</style>
background-color css
<style>
a { background-color: #4F0FDB; }
a { background-color: rgb(79,15,219); }
div.DivClassName
{
background-color: #4F0FDB;
}
.BgClassName
{
background-color: #4F0FDB;
}
</style>
border-color css
<style>
span { border-color: #4F0FDB; }
span { border-color: rgb(79,15,219); }
td.TdClassName
{
border-color: #4F0FDB;
}
.TagClassName
{
border-color: #4F0FDB;
}
</style>