Shades of Han Purple #4B1BFA
Tints of Han Purple #4B1BFA
RGB
CMYK
RGB Variations
Color information
#4B1BFA (or 0x4B1BFA) is known color: Han Purple. HEX triplet: 4B, 1B and FA. RGB value is (75,27,250). Sum of RGB (Red+Green+Blue) = 75+27+250=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B1BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1BFA is #B4E405. Grayscale: #414141. Windows color (decimal): -11854854 or 16390987. OLE color: 16390987.
HSL color Cylindrical-coordinate representation of color #4B1BFA: hue angle of 252.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1BFA is Cyan = 0.7, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 27 | 250 | - |
| CMYK | 0.7 | 0.89 | 0 | 0.02 |
| HSL | 252.91º | 0.96% | 0.54% | - |
| HSV(B) | 252.91º | 0.89% | 0.98% | - |
| XYZ | 20.55 | 9.18 | 91.13 | - |
| YUV | 66.77 | 231.4 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 250 | 0.7 | 0.89 | 0 | 0.02 | 252.91 | 0.96 | 0.54 |
| Hex | 4B | 1B | FA | 46 | 59 | 0 | 2 | FD | 60 | 36 |
| Octal | 113 | 33 | 372 | 106 | 131 | 0 | 2 | 375 | 140 | 66 |
| Binary | 1001011 | 11011 | 11111010 | 1000110 | 1011001 | 0 | 10 | 11111101 | 1100000 | 110110 |
Color Harmonies of #4B1BFA
Complementary color
Monochromatic Colors of #4B1BFA
Black with #4B1BFA
Text Example
Text Example
White with #4B1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1BFA; }
p { color: rgb(75,27,250); }
H1.HeaderClassName
{
color: #4B1BFA;
}
.AnyTagClassName
{
color: #4B1BFA;
}
</style>
background-color css
<style>
a { background-color: #4B1BFA; }
a { background-color: rgb(75,27,250); }
div.DivClassName
{
background-color: #4B1BFA;
}
.BgClassName
{
background-color: #4B1BFA;
}
</style>
border-color css
<style>
span { border-color: #4B1BFA; }
span { border-color: rgb(75,27,250); }
td.TdClassName
{
border-color: #4B1BFA;
}
.TagClassName
{
border-color: #4B1BFA;
}
</style>