Shades of Han Purple #4F16DB
Tints of Han Purple #4F16DB
RGB
CMYK
RGB Variations
Color information
#4F16DB (or 0x4F16DB) is known color: Han Purple. HEX triplet: 4F, 16 and DB. RGB value is (79,22,219). Sum of RGB (Red+Green+Blue) = 79+22+219=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F16DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F16DB is #B0E924. Grayscale: #3C3C3C. Windows color (decimal): -11594021 or 14358095. OLE color: 14358095.
HSL color Cylindrical-coordinate representation of color #4F16DB: hue angle of 257.36º 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 #4F16DB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 22 | 219 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.14 |
| HSL | 257.36º | 0.82% | 0.47% | - |
| HSV(B) | 257.36º | 0.9% | 0.86% | - |
| XYZ | 16.3 | 7.35 | 67.58 | - |
| YUV | 61.5 | 216.88 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 219 | 0.64 | 0.90 | 0 | 0.14 | 257.36 | 0.82 | 0.47 |
| Hex | 4F | 16 | DB | 40 | 5A | 0 | E | 101 | 52 | 2F |
| Octal | 117 | 26 | 333 | 100 | 132 | 0 | 16 | 401 | 122 | 57 |
| Binary | 1001111 | 10110 | 11011011 | 1000000 | 1011010 | 0 | 1110 | 100000001 | 1010010 | 101111 |
Color Harmonies of #4F16DB
Complementary color
Monochromatic Colors of #4F16DB
Black with #4F16DB
Text Example
Text Example
White with #4F16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F16DB; }
p { color: rgb(79,22,219); }
H1.HeaderClassName
{
color: #4F16DB;
}
.AnyTagClassName
{
color: #4F16DB;
}
</style>
background-color css
<style>
a { background-color: #4F16DB; }
a { background-color: rgb(79,22,219); }
div.DivClassName
{
background-color: #4F16DB;
}
.BgClassName
{
background-color: #4F16DB;
}
</style>
border-color css
<style>
span { border-color: #4F16DB; }
span { border-color: rgb(79,22,219); }
td.TdClassName
{
border-color: #4F16DB;
}
.TagClassName
{
border-color: #4F16DB;
}
</style>