Shades of Han Purple #4B0EDD
Tints of Han Purple #4B0EDD
RGB
CMYK
RGB Variations
Color information
#4B0EDD (or 0x4B0EDD) is known color: Han Purple. HEX triplet: 4B, 0E and DD. RGB value is (75,14,221). Sum of RGB (Red+Green+Blue) = 75+14+221=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0EDD is #B4F122. Grayscale: #373737. Windows color (decimal): -11858211 or 14487115. OLE color: 14487115.
HSL color Cylindrical-coordinate representation of color #4B0EDD: hue angle of 257.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EDD is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 14 | 221 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.13 |
| HSL | 257.68º | 0.88% | 0.46% | - |
| HSV(B) | 257.68º | 0.94% | 0.87% | - |
| XYZ | 16.11 | 7.03 | 68.91 | - |
| YUV | 55.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 221 | 0.66 | 0.94 | 0 | 0.13 | 257.68 | 0.88 | 0.46 |
| Hex | 4B | E | DD | 42 | 5E | 0 | D | 102 | 58 | 2E |
| Octal | 113 | 16 | 335 | 102 | 136 | 0 | 15 | 402 | 130 | 56 |
| Binary | 1001011 | 1110 | 11011101 | 1000010 | 1011110 | 0 | 1101 | 100000010 | 1011000 | 101110 |
Color Harmonies of #4B0EDD
Complementary color
Monochromatic Colors of #4B0EDD
Black with #4B0EDD
Text Example
Text Example
White with #4B0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0EDD; }
p { color: rgb(75,14,221); }
H1.HeaderClassName
{
color: #4B0EDD;
}
.AnyTagClassName
{
color: #4B0EDD;
}
</style>
background-color css
<style>
a { background-color: #4B0EDD; }
a { background-color: rgb(75,14,221); }
div.DivClassName
{
background-color: #4B0EDD;
}
.BgClassName
{
background-color: #4B0EDD;
}
</style>
border-color css
<style>
span { border-color: #4B0EDD; }
span { border-color: rgb(75,14,221); }
td.TdClassName
{
border-color: #4B0EDD;
}
.TagClassName
{
border-color: #4B0EDD;
}
</style>