Shades of Han Purple #4F21DB
Tints of Han Purple #4F21DB
RGB
CMYK
RGB Variations
Color information
#4F21DB (or 0x4F21DB) is known color: Han Purple. HEX triplet: 4F, 21 and DB. RGB value is (79,33,219). Sum of RGB (Red+Green+Blue) = 79+33+219=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F21DB is #B0DE24. Grayscale: #434343. Windows color (decimal): -11591205 or 14360911. OLE color: 14360911.
HSL color Cylindrical-coordinate representation of color #4F21DB: hue angle of 254.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F21DB is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 33 | 219 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.14 |
| HSL | 254.84º | 0.74% | 0.49% | - |
| HSV(B) | 254.84º | 0.85% | 0.86% | - |
| XYZ | 16.55 | 7.86 | 67.66 | - |
| YUV | 67.96 | 213.24 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 219 | 0.64 | 0.85 | 0 | 0.14 | 254.84 | 0.74 | 0.49 |
| Hex | 4F | 21 | DB | 40 | 55 | 0 | E | FF | 4A | 31 |
| Octal | 117 | 41 | 333 | 100 | 125 | 0 | 16 | 377 | 112 | 61 |
| Binary | 1001111 | 100001 | 11011011 | 1000000 | 1010101 | 0 | 1110 | 11111111 | 1001010 | 110001 |
Color Harmonies of #4F21DB
Complementary color
Monochromatic Colors of #4F21DB
Black with #4F21DB
Text Example
Text Example
White with #4F21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F21DB; }
p { color: rgb(79,33,219); }
H1.HeaderClassName
{
color: #4F21DB;
}
.AnyTagClassName
{
color: #4F21DB;
}
</style>
background-color css
<style>
a { background-color: #4F21DB; }
a { background-color: rgb(79,33,219); }
div.DivClassName
{
background-color: #4F21DB;
}
.BgClassName
{
background-color: #4F21DB;
}
</style>
border-color css
<style>
span { border-color: #4F21DB; }
span { border-color: rgb(79,33,219); }
td.TdClassName
{
border-color: #4F21DB;
}
.TagClassName
{
border-color: #4F21DB;
}
</style>