Shades of Han Purple #4F2BDB
Tints of Han Purple #4F2BDB
RGB
CMYK
RGB Variations
Color information
#4F2BDB (or 0x4F2BDB) is known color: Han Purple. HEX triplet: 4F, 2B and DB. RGB value is (79,43,219). Sum of RGB (Red+Green+Blue) = 79+43+219=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F2BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2BDB is #B0D424. Grayscale: #494949. Windows color (decimal): -11588645 or 14363471. OLE color: 14363471.
HSL color Cylindrical-coordinate representation of color #4F2BDB: hue angle of 252.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2BDB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 43 | 219 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.14 |
| HSL | 252.27º | 0.71% | 0.51% | - |
| HSV(B) | 252.27º | 0.8% | 0.86% | - |
| XYZ | 16.87 | 8.5 | 67.77 | - |
| YUV | 73.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 219 | 0.64 | 0.80 | 0 | 0.14 | 252.27 | 0.71 | 0.51 |
| Hex | 4F | 2B | DB | 40 | 50 | 0 | E | FC | 47 | 33 |
| Octal | 117 | 53 | 333 | 100 | 120 | 0 | 16 | 374 | 107 | 63 |
| Binary | 1001111 | 101011 | 11011011 | 1000000 | 1010000 | 0 | 1110 | 11111100 | 1000111 | 110011 |
Color Harmonies of #4F2BDB
Complementary color
Monochromatic Colors of #4F2BDB
Black with #4F2BDB
Text Example
Text Example
White with #4F2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BDB; }
p { color: rgb(79,43,219); }
H1.HeaderClassName
{
color: #4F2BDB;
}
.AnyTagClassName
{
color: #4F2BDB;
}
</style>
background-color css
<style>
a { background-color: #4F2BDB; }
a { background-color: rgb(79,43,219); }
div.DivClassName
{
background-color: #4F2BDB;
}
.BgClassName
{
background-color: #4F2BDB;
}
</style>
border-color css
<style>
span { border-color: #4F2BDB; }
span { border-color: rgb(79,43,219); }
td.TdClassName
{
border-color: #4F2BDB;
}
.TagClassName
{
border-color: #4F2BDB;
}
</style>