Shades of Han Purple #4B0EDB
Tints of Han Purple #4B0EDB
RGB
CMYK
RGB Variations
Color information
#4B0EDB (or 0x4B0EDB) is known color: Han Purple. HEX triplet: 4B, 0E and DB. RGB value is (75,14,219). Sum of RGB (Red+Green+Blue) = 75+14+219=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0EDB is #B4F124. Grayscale: #363636. Windows color (decimal): -11858213 or 14356043. OLE color: 14356043.
HSL color Cylindrical-coordinate representation of color #4B0EDB: hue angle of 257.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EDB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 14 | 219 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.14 |
| HSL | 257.85º | 0.88% | 0.46% | - |
| HSV(B) | 257.85º | 0.94% | 0.86% | - |
| XYZ | 15.84 | 6.92 | 67.52 | - |
| YUV | 55.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 219 | 0.66 | 0.94 | 0 | 0.14 | 257.85 | 0.88 | 0.46 |
| Hex | 4B | E | DB | 42 | 5E | 0 | E | 102 | 58 | 2E |
| Octal | 113 | 16 | 333 | 102 | 136 | 0 | 16 | 402 | 130 | 56 |
| Binary | 1001011 | 1110 | 11011011 | 1000010 | 1011110 | 0 | 1110 | 100000010 | 1011000 | 101110 |
Color Harmonies of #4B0EDB
Complementary color
Monochromatic Colors of #4B0EDB
Black with #4B0EDB
Text Example
Text Example
White with #4B0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0EDB; }
p { color: rgb(75,14,219); }
H1.HeaderClassName
{
color: #4B0EDB;
}
.AnyTagClassName
{
color: #4B0EDB;
}
</style>
background-color css
<style>
a { background-color: #4B0EDB; }
a { background-color: rgb(75,14,219); }
div.DivClassName
{
background-color: #4B0EDB;
}
.BgClassName
{
background-color: #4B0EDB;
}
</style>
border-color css
<style>
span { border-color: #4B0EDB; }
span { border-color: rgb(75,14,219); }
td.TdClassName
{
border-color: #4B0EDB;
}
.TagClassName
{
border-color: #4B0EDB;
}
</style>