Shades of Han Purple #4B0FDE
Tints of Han Purple #4B0FDE
RGB
CMYK
RGB Variations
Color information
#4B0FDE (or 0x4B0FDE) is known color: Han Purple. HEX triplet: 4B, 0F and DE. RGB value is (75,15,222). Sum of RGB (Red+Green+Blue) = 75+15+222=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FDE is #B4F021. Grayscale: #373737. Windows color (decimal): -11857954 or 14552907. OLE color: 14552907.
HSL color Cylindrical-coordinate representation of color #4B0FDE: hue angle of 257.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0FDE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 15 | 222 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.13 |
| HSL | 257.39º | 0.87% | 0.46% | - |
| HSV(B) | 257.39º | 0.93% | 0.87% | - |
| XYZ | 16.26 | 7.11 | 69.62 | - |
| YUV | 56.54 | 221.38 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 222 | 0.66 | 0.93 | 0 | 0.13 | 257.39 | 0.87 | 0.46 |
| Hex | 4B | F | DE | 42 | 5D | 0 | D | 101 | 57 | 2E |
| Octal | 113 | 17 | 336 | 102 | 135 | 0 | 15 | 401 | 127 | 56 |
| Binary | 1001011 | 1111 | 11011110 | 1000010 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101110 |
Color Harmonies of #4B0FDE
Complementary color
Monochromatic Colors of #4B0FDE
Black with #4B0FDE
Text Example
Text Example
White with #4B0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0FDE; }
p { color: rgb(75,15,222); }
H1.HeaderClassName
{
color: #4B0FDE;
}
.AnyTagClassName
{
color: #4B0FDE;
}
</style>
background-color css
<style>
a { background-color: #4B0FDE; }
a { background-color: rgb(75,15,222); }
div.DivClassName
{
background-color: #4B0FDE;
}
.BgClassName
{
background-color: #4B0FDE;
}
</style>
border-color css
<style>
span { border-color: #4B0FDE; }
span { border-color: rgb(75,15,222); }
td.TdClassName
{
border-color: #4B0FDE;
}
.TagClassName
{
border-color: #4B0FDE;
}
</style>