Shades of Han Purple #4F18DB
Tints of Han Purple #4F18DB
RGB
CMYK
RGB Variations
Color information
#4F18DB (or 0x4F18DB) is known color: Han Purple. HEX triplet: 4F, 18 and DB. RGB value is (79,24,219). Sum of RGB (Red+Green+Blue) = 79+24+219=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F18DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F18DB is #B0E724. Grayscale: #3D3D3D. Windows color (decimal): -11593509 or 14358607. OLE color: 14358607.
HSL color Cylindrical-coordinate representation of color #4F18DB: hue angle of 256.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F18DB is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 24 | 219 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.14 |
| HSL | 256.92º | 0.8% | 0.48% | - |
| HSV(B) | 256.92º | 0.89% | 0.86% | - |
| XYZ | 16.34 | 7.43 | 67.59 | - |
| YUV | 62.68 | 216.22 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 219 | 0.64 | 0.89 | 0 | 0.14 | 256.92 | 0.8 | 0.48 |
| Hex | 4F | 18 | DB | 40 | 59 | 0 | E | 101 | 50 | 30 |
| Octal | 117 | 30 | 333 | 100 | 131 | 0 | 16 | 401 | 120 | 60 |
| Binary | 1001111 | 11000 | 11011011 | 1000000 | 1011001 | 0 | 1110 | 100000001 | 1010000 | 110000 |
Color Harmonies of #4F18DB
Complementary color
Monochromatic Colors of #4F18DB
Black with #4F18DB
Text Example
Text Example
White with #4F18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F18DB; }
p { color: rgb(79,24,219); }
H1.HeaderClassName
{
color: #4F18DB;
}
.AnyTagClassName
{
color: #4F18DB;
}
</style>
background-color css
<style>
a { background-color: #4F18DB; }
a { background-color: rgb(79,24,219); }
div.DivClassName
{
background-color: #4F18DB;
}
.BgClassName
{
background-color: #4F18DB;
}
</style>
border-color css
<style>
span { border-color: #4F18DB; }
span { border-color: rgb(79,24,219); }
td.TdClassName
{
border-color: #4F18DB;
}
.TagClassName
{
border-color: #4F18DB;
}
</style>