Shades of Han Purple #4B1BEF
Tints of Han Purple #4B1BEF
RGB
CMYK
RGB Variations
Color information
#4B1BEF (or 0x4B1BEF) is known color: Han Purple. HEX triplet: 4B, 1B and EF. RGB value is (75,27,239). Sum of RGB (Red+Green+Blue) = 75+27+239=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1BEF is #B4E410. Grayscale: #404040. Windows color (decimal): -11854865 or 15670091. OLE color: 15670091.
HSL color Cylindrical-coordinate representation of color #4B1BEF: hue angle of 253.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1BEF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 27 | 239 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.06 |
| HSL | 253.58º | 0.87% | 0.52% | - |
| HSV(B) | 253.58º | 0.89% | 0.94% | - |
| XYZ | 18.87 | 8.51 | 82.31 | - |
| YUV | 65.52 | 225.9 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 239 | 0.69 | 0.89 | 0 | 0.06 | 253.58 | 0.87 | 0.52 |
| Hex | 4B | 1B | EF | 45 | 59 | 0 | 6 | FE | 57 | 34 |
| Octal | 113 | 33 | 357 | 105 | 131 | 0 | 6 | 376 | 127 | 64 |
| Binary | 1001011 | 11011 | 11101111 | 1000101 | 1011001 | 0 | 110 | 11111110 | 1010111 | 110100 |
Color Harmonies of #4B1BEF
Complementary color
Monochromatic Colors of #4B1BEF
Black with #4B1BEF
Text Example
Text Example
White with #4B1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1BEF; }
p { color: rgb(75,27,239); }
H1.HeaderClassName
{
color: #4B1BEF;
}
.AnyTagClassName
{
color: #4B1BEF;
}
</style>
background-color css
<style>
a { background-color: #4B1BEF; }
a { background-color: rgb(75,27,239); }
div.DivClassName
{
background-color: #4B1BEF;
}
.BgClassName
{
background-color: #4B1BEF;
}
</style>
border-color css
<style>
span { border-color: #4B1BEF; }
span { border-color: rgb(75,27,239); }
td.TdClassName
{
border-color: #4B1BEF;
}
.TagClassName
{
border-color: #4B1BEF;
}
</style>