Shades of Han Purple #4B1AFB
Tints of Han Purple #4B1AFB
RGB
CMYK
RGB Variations
Color information
#4B1AFB (or 0x4B1AFB) is known color: Han Purple. HEX triplet: 4B, 1A and FB. RGB value is (75,26,251). Sum of RGB (Red+Green+Blue) = 75+26+251=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #4B1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1AFB is #B4E504. Grayscale: #414141. Windows color (decimal): -11855109 or 16456267. OLE color: 16456267.
HSL color Cylindrical-coordinate representation of color #4B1AFB: hue angle of 253.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B1AFB is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 26 | 251 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.02 |
| HSL | 253.07º | 0.97% | 0.54% | - |
| HSV(B) | 253.07º | 0.9% | 0.98% | - |
| XYZ | 20.68 | 9.2 | 91.95 | - |
| YUV | 66.3 | 232.23 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 251 | 0.70 | 0.90 | 0 | 0.02 | 253.07 | 0.97 | 0.54 |
| Hex | 4B | 1A | FB | 46 | 5A | 0 | 2 | FD | 61 | 36 |
| Octal | 113 | 32 | 373 | 106 | 132 | 0 | 2 | 375 | 141 | 66 |
| Binary | 1001011 | 11010 | 11111011 | 1000110 | 1011010 | 0 | 10 | 11111101 | 1100001 | 110110 |
Color Harmonies of #4B1AFB
Complementary color
Monochromatic Colors of #4B1AFB
Black with #4B1AFB
Text Example
Text Example
White with #4B1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1AFB; }
p { color: rgb(75,26,251); }
H1.HeaderClassName
{
color: #4B1AFB;
}
.AnyTagClassName
{
color: #4B1AFB;
}
</style>
background-color css
<style>
a { background-color: #4B1AFB; }
a { background-color: rgb(75,26,251); }
div.DivClassName
{
background-color: #4B1AFB;
}
.BgClassName
{
background-color: #4B1AFB;
}
</style>
border-color css
<style>
span { border-color: #4B1AFB; }
span { border-color: rgb(75,26,251); }
td.TdClassName
{
border-color: #4B1AFB;
}
.TagClassName
{
border-color: #4B1AFB;
}
</style>