Shades of Han Purple #4B0EFA
Tints of Han Purple #4B0EFA
RGB
CMYK
RGB Variations
Color information
#4B0EFA (or 0x4B0EFA) is known color: Han Purple. HEX triplet: 4B, 0E and FA. RGB value is (75,14,250). Sum of RGB (Red+Green+Blue) = 75+14+250=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B0EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0EFA is #B4F105. Grayscale: #3A3A3A. Windows color (decimal): -11858182 or 16387659. OLE color: 16387659.
HSL color Cylindrical-coordinate representation of color #4B0EFA: hue angle of 255.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EFA is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 14 | 250 | - |
| CMYK | 0.7 | 0.94 | 0 | 0.02 |
| HSL | 255.51º | 0.96% | 0.52% | - |
| HSV(B) | 255.51º | 0.94% | 0.98% | - |
| XYZ | 20.31 | 8.71 | 91.05 | - |
| YUV | 59.14 | 235.71 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 250 | 0.7 | 0.94 | 0 | 0.02 | 255.51 | 0.96 | 0.52 |
| Hex | 4B | E | FA | 46 | 5E | 0 | 2 | 100 | 60 | 34 |
| Octal | 113 | 16 | 372 | 106 | 136 | 0 | 2 | 400 | 140 | 64 |
| Binary | 1001011 | 1110 | 11111010 | 1000110 | 1011110 | 0 | 10 | 100000000 | 1100000 | 110100 |
Color Harmonies of #4B0EFA
Complementary color
Monochromatic Colors of #4B0EFA
Black with #4B0EFA
Text Example
Text Example
White with #4B0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0EFA; }
p { color: rgb(75,14,250); }
H1.HeaderClassName
{
color: #4B0EFA;
}
.AnyTagClassName
{
color: #4B0EFA;
}
</style>
background-color css
<style>
a { background-color: #4B0EFA; }
a { background-color: rgb(75,14,250); }
div.DivClassName
{
background-color: #4B0EFA;
}
.BgClassName
{
background-color: #4B0EFA;
}
</style>
border-color css
<style>
span { border-color: #4B0EFA; }
span { border-color: rgb(75,14,250); }
td.TdClassName
{
border-color: #4B0EFA;
}
.TagClassName
{
border-color: #4B0EFA;
}
</style>