Shades of Han Purple #4F28DB
Tints of Han Purple #4F28DB
RGB
CMYK
RGB Variations
Color information
#4F28DB (or 0x4F28DB) is known color: Han Purple. HEX triplet: 4F, 28 and DB. RGB value is (79,40,219). Sum of RGB (Red+Green+Blue) = 79+40+219=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F28DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28DB is #B0D724. Grayscale: #474747. Windows color (decimal): -11589413 or 14362703. OLE color: 14362703.
HSL color Cylindrical-coordinate representation of color #4F28DB: hue angle of 253.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F28DB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 40 | 219 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.14 |
| HSL | 253.07º | 0.71% | 0.51% | - |
| HSV(B) | 253.07º | 0.82% | 0.86% | - |
| XYZ | 16.77 | 8.29 | 67.73 | - |
| YUV | 72.07 | 210.92 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 219 | 0.64 | 0.82 | 0 | 0.14 | 253.07 | 0.71 | 0.51 |
| Hex | 4F | 28 | DB | 40 | 52 | 0 | E | FD | 47 | 33 |
| Octal | 117 | 50 | 333 | 100 | 122 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001111 | 101000 | 11011011 | 1000000 | 1010010 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4F28DB
Complementary color
Monochromatic Colors of #4F28DB
Black with #4F28DB
Text Example
Text Example
White with #4F28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28DB; }
p { color: rgb(79,40,219); }
H1.HeaderClassName
{
color: #4F28DB;
}
.AnyTagClassName
{
color: #4F28DB;
}
</style>
background-color css
<style>
a { background-color: #4F28DB; }
a { background-color: rgb(79,40,219); }
div.DivClassName
{
background-color: #4F28DB;
}
.BgClassName
{
background-color: #4F28DB;
}
</style>
border-color css
<style>
span { border-color: #4F28DB; }
span { border-color: rgb(79,40,219); }
td.TdClassName
{
border-color: #4F28DB;
}
.TagClassName
{
border-color: #4F28DB;
}
</style>