Shades of Han Purple #4B0CDB
Tints of Han Purple #4B0CDB
RGB
CMYK
RGB Variations
Color information
#4B0CDB (or 0x4B0CDB) is known color: Han Purple. HEX triplet: 4B, 0C and DB. RGB value is (75,12,219). Sum of RGB (Red+Green+Blue) = 75+12+219=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CDB is #B4F324. Grayscale: #353535. Windows color (decimal): -11858725 or 14355531. OLE color: 14355531.
HSL color Cylindrical-coordinate representation of color #4B0CDB: hue angle of 258.26º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CDB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 12 | 219 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.14 |
| HSL | 258.26º | 0.9% | 0.45% | - |
| HSV(B) | 258.26º | 0.95% | 0.86% | - |
| XYZ | 15.82 | 6.87 | 67.51 | - |
| YUV | 54.44 | 220.87 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 219 | 0.66 | 0.95 | 0 | 0.14 | 258.26 | 0.9 | 0.45 |
| Hex | 4B | C | DB | 42 | 5F | 0 | E | 102 | 5A | 2D |
| Octal | 113 | 14 | 333 | 102 | 137 | 0 | 16 | 402 | 132 | 55 |
| Binary | 1001011 | 1100 | 11011011 | 1000010 | 1011111 | 0 | 1110 | 100000010 | 1011010 | 101101 |
Color Harmonies of #4B0CDB
Complementary color
Monochromatic Colors of #4B0CDB
Black with #4B0CDB
Text Example
Text Example
White with #4B0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0CDB; }
p { color: rgb(75,12,219); }
H1.HeaderClassName
{
color: #4B0CDB;
}
.AnyTagClassName
{
color: #4B0CDB;
}
</style>
background-color css
<style>
a { background-color: #4B0CDB; }
a { background-color: rgb(75,12,219); }
div.DivClassName
{
background-color: #4B0CDB;
}
.BgClassName
{
background-color: #4B0CDB;
}
</style>
border-color css
<style>
span { border-color: #4B0CDB; }
span { border-color: rgb(75,12,219); }
td.TdClassName
{
border-color: #4B0CDB;
}
.TagClassName
{
border-color: #4B0CDB;
}
</style>