Shades of Han Purple #4B2BFE
Tints of Han Purple #4B2BFE
RGB
CMYK
RGB Variations
Color information
#4B2BFE (or 0x4B2BFE) is known color: Han Purple. HEX triplet: 4B, 2B and FE. RGB value is (75,43,254). Sum of RGB (Red+Green+Blue) = 75+43+254=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B2BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2BFE is #B4D401. Grayscale: #4B4B4B. Windows color (decimal): -11850754 or 16657227. OLE color: 16657227.
HSL color Cylindrical-coordinate representation of color #4B2BFE: hue angle of 249.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B2BFE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 43 | 254 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.00 |
| HSL | 249.1º | 0.99% | 0.58% | - |
| HSV(B) | 249.1º | 0.83% | 1% | - |
| XYZ | 21.65 | 10.38 | 94.63 | - |
| YUV | 76.62 | 228.1 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 254 | 0.70 | 0.83 | 0 | 0.00 | 249.1 | 0.99 | 0.58 |
| Hex | 4B | 2B | FE | 46 | 53 | 0 | 0 | F9 | 63 | 3A |
| Octal | 113 | 53 | 376 | 106 | 123 | 0 | 0 | 371 | 143 | 72 |
| Binary | 1001011 | 101011 | 11111110 | 1000110 | 1010011 | 0 | 0 | 11111001 | 1100011 | 111010 |
Color Harmonies of #4B2BFE
Complementary color
Monochromatic Colors of #4B2BFE
Black with #4B2BFE
Text Example
Text Example
White with #4B2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BFE; }
p { color: rgb(75,43,254); }
H1.HeaderClassName
{
color: #4B2BFE;
}
.AnyTagClassName
{
color: #4B2BFE;
}
</style>
background-color css
<style>
a { background-color: #4B2BFE; }
a { background-color: rgb(75,43,254); }
div.DivClassName
{
background-color: #4B2BFE;
}
.BgClassName
{
background-color: #4B2BFE;
}
</style>
border-color css
<style>
span { border-color: #4B2BFE; }
span { border-color: rgb(75,43,254); }
td.TdClassName
{
border-color: #4B2BFE;
}
.TagClassName
{
border-color: #4B2BFE;
}
</style>