Shades of Han Purple #4F1EDB
Tints of Han Purple #4F1EDB
RGB
CMYK
RGB Variations
Color information
#4F1EDB (or 0x4F1EDB) is known color: Han Purple. HEX triplet: 4F, 1E and DB. RGB value is (79,30,219). Sum of RGB (Red+Green+Blue) = 79+30+219=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F1EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1EDB is #B0E124. Grayscale: #414141. Windows color (decimal): -11591973 or 14360143. OLE color: 14360143.
HSL color Cylindrical-coordinate representation of color #4F1EDB: hue angle of 255.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1EDB is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 30 | 219 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.14 |
| HSL | 255.56º | 0.76% | 0.49% | - |
| HSV(B) | 255.56º | 0.86% | 0.86% | - |
| XYZ | 16.47 | 7.71 | 67.64 | - |
| YUV | 66.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 219 | 0.64 | 0.86 | 0 | 0.14 | 255.56 | 0.76 | 0.49 |
| Hex | 4F | 1E | DB | 40 | 56 | 0 | E | 100 | 4C | 31 |
| Octal | 117 | 36 | 333 | 100 | 126 | 0 | 16 | 400 | 114 | 61 |
| Binary | 1001111 | 11110 | 11011011 | 1000000 | 1010110 | 0 | 1110 | 100000000 | 1001100 | 110001 |
Color Harmonies of #4F1EDB
Complementary color
Monochromatic Colors of #4F1EDB
Black with #4F1EDB
Text Example
Text Example
White with #4F1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1EDB; }
p { color: rgb(79,30,219); }
H1.HeaderClassName
{
color: #4F1EDB;
}
.AnyTagClassName
{
color: #4F1EDB;
}
</style>
background-color css
<style>
a { background-color: #4F1EDB; }
a { background-color: rgb(79,30,219); }
div.DivClassName
{
background-color: #4F1EDB;
}
.BgClassName
{
background-color: #4F1EDB;
}
</style>
border-color css
<style>
span { border-color: #4F1EDB; }
span { border-color: rgb(79,30,219); }
td.TdClassName
{
border-color: #4F1EDB;
}
.TagClassName
{
border-color: #4F1EDB;
}
</style>