Shades of Han Purple #4F15DB
Tints of Han Purple #4F15DB
RGB
CMYK
RGB Variations
Color information
#4F15DB (or 0x4F15DB) is known color: Han Purple. HEX triplet: 4F, 15 and DB. RGB value is (79,21,219). Sum of RGB (Red+Green+Blue) = 79+21+219=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F15DB is #B0EA24. Grayscale: #3C3C3C. Windows color (decimal): -11594277 or 14357839. OLE color: 14357839.
HSL color Cylindrical-coordinate representation of color #4F15DB: hue angle of 257.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F15DB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 21 | 219 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.14 |
| HSL | 257.58º | 0.83% | 0.47% | - |
| HSV(B) | 257.58º | 0.9% | 0.86% | - |
| XYZ | 16.28 | 7.31 | 67.57 | - |
| YUV | 60.91 | 217.22 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 219 | 0.64 | 0.90 | 0 | 0.14 | 257.58 | 0.83 | 0.47 |
| Hex | 4F | 15 | DB | 40 | 5A | 0 | E | 102 | 52 | 2F |
| Octal | 117 | 25 | 333 | 100 | 132 | 0 | 16 | 402 | 122 | 57 |
| Binary | 1001111 | 10101 | 11011011 | 1000000 | 1011010 | 0 | 1110 | 100000010 | 1010010 | 101111 |
Color Harmonies of #4F15DB
Complementary color
Monochromatic Colors of #4F15DB
Black with #4F15DB
Text Example
Text Example
White with #4F15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F15DB; }
p { color: rgb(79,21,219); }
H1.HeaderClassName
{
color: #4F15DB;
}
.AnyTagClassName
{
color: #4F15DB;
}
</style>
background-color css
<style>
a { background-color: #4F15DB; }
a { background-color: rgb(79,21,219); }
div.DivClassName
{
background-color: #4F15DB;
}
.BgClassName
{
background-color: #4F15DB;
}
</style>
border-color css
<style>
span { border-color: #4F15DB; }
span { border-color: rgb(79,21,219); }
td.TdClassName
{
border-color: #4F15DB;
}
.TagClassName
{
border-color: #4F15DB;
}
</style>