Shades of Han Purple #4F2ADB
Tints of Han Purple #4F2ADB
RGB
CMYK
RGB Variations
Color information
#4F2ADB (or 0x4F2ADB) is known color: Han Purple. HEX triplet: 4F, 2A and DB. RGB value is (79,42,219). Sum of RGB (Red+Green+Blue) = 79+42+219=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F2ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ADB is #B0D524. Grayscale: #484848. Windows color (decimal): -11588901 or 14363215. OLE color: 14363215.
HSL color Cylindrical-coordinate representation of color #4F2ADB: hue angle of 252.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2ADB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 42 | 219 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.14 |
| HSL | 252.54º | 0.71% | 0.51% | - |
| HSV(B) | 252.54º | 0.81% | 0.86% | - |
| XYZ | 16.84 | 8.43 | 67.76 | - |
| YUV | 73.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 219 | 0.64 | 0.81 | 0 | 0.14 | 252.54 | 0.71 | 0.51 |
| Hex | 4F | 2A | DB | 40 | 51 | 0 | E | FD | 47 | 33 |
| Octal | 117 | 52 | 333 | 100 | 121 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001111 | 101010 | 11011011 | 1000000 | 1010001 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4F2ADB
Complementary color
Monochromatic Colors of #4F2ADB
Black with #4F2ADB
Text Example
Text Example
White with #4F2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2ADB; }
p { color: rgb(79,42,219); }
H1.HeaderClassName
{
color: #4F2ADB;
}
.AnyTagClassName
{
color: #4F2ADB;
}
</style>
background-color css
<style>
a { background-color: #4F2ADB; }
a { background-color: rgb(79,42,219); }
div.DivClassName
{
background-color: #4F2ADB;
}
.BgClassName
{
background-color: #4F2ADB;
}
</style>
border-color css
<style>
span { border-color: #4F2ADB; }
span { border-color: rgb(79,42,219); }
td.TdClassName
{
border-color: #4F2ADB;
}
.TagClassName
{
border-color: #4F2ADB;
}
</style>