Shades of Han Purple #4F14DB
Tints of Han Purple #4F14DB
RGB
CMYK
RGB Variations
Color information
#4F14DB (or 0x4F14DB) is known color: Han Purple. HEX triplet: 4F, 14 and DB. RGB value is (79,20,219). Sum of RGB (Red+Green+Blue) = 79+20+219=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F14DB is #B0EB24. Grayscale: #3B3B3B. Windows color (decimal): -11594533 or 14357583. OLE color: 14357583.
HSL color Cylindrical-coordinate representation of color #4F14DB: hue angle of 257.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F14DB is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 20 | 219 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.14 |
| HSL | 257.79º | 0.83% | 0.47% | - |
| HSV(B) | 257.79º | 0.91% | 0.86% | - |
| XYZ | 16.26 | 7.28 | 67.57 | - |
| YUV | 60.33 | 217.55 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 219 | 0.64 | 0.91 | 0 | 0.14 | 257.79 | 0.83 | 0.47 |
| Hex | 4F | 14 | DB | 40 | 5B | 0 | E | 102 | 53 | 2F |
| Octal | 117 | 24 | 333 | 100 | 133 | 0 | 16 | 402 | 123 | 57 |
| Binary | 1001111 | 10100 | 11011011 | 1000000 | 1011011 | 0 | 1110 | 100000010 | 1010011 | 101111 |
Color Harmonies of #4F14DB
Complementary color
Monochromatic Colors of #4F14DB
Black with #4F14DB
Text Example
Text Example
White with #4F14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F14DB; }
p { color: rgb(79,20,219); }
H1.HeaderClassName
{
color: #4F14DB;
}
.AnyTagClassName
{
color: #4F14DB;
}
</style>
background-color css
<style>
a { background-color: #4F14DB; }
a { background-color: rgb(79,20,219); }
div.DivClassName
{
background-color: #4F14DB;
}
.BgClassName
{
background-color: #4F14DB;
}
</style>
border-color css
<style>
span { border-color: #4F14DB; }
span { border-color: rgb(79,20,219); }
td.TdClassName
{
border-color: #4F14DB;
}
.TagClassName
{
border-color: #4F14DB;
}
</style>