Shades of Han Purple #4B1AFF
Tints of Han Purple #4B1AFF
RGB
CMYK
RGB Variations
Color information
#4B1AFF (or 0x4B1AFF) is known color: Han Purple. HEX triplet: 4B, 1A and FF. RGB value is (75,26,255). Sum of RGB (Red+Green+Blue) = 75+26+255=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1AFF is #B4E500. Grayscale: #414141. Windows color (decimal): -11855105 or 16718411. OLE color: 16718411.
HSL color Cylindrical-coordinate representation of color #4B1AFF: hue angle of 252.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B1AFF is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 26 | 255 | - |
| CMYK | 0.71 | 0.90 | 0 | 0 |
| HSL | 252.84º | 1% | 0.55% | - |
| HSV(B) | 252.84º | 0.9% | 1% | - |
| XYZ | 21.32 | 9.45 | 95.31 | - |
| YUV | 66.76 | 234.23 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 255 | 0.71 | 0.90 | 0 | 0 | 252.84 | 1 | 0.55 |
| Hex | 4B | 1A | FF | 47 | 5A | 0 | 0 | FD | 64 | 37 |
| Octal | 113 | 32 | 377 | 107 | 132 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001011 | 11010 | 11111111 | 1000111 | 1011010 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4B1AFF
Complementary color
Monochromatic Colors of #4B1AFF
Black with #4B1AFF
Text Example
Text Example
White with #4B1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1AFF; }
p { color: rgb(75,26,255); }
H1.HeaderClassName
{
color: #4B1AFF;
}
.AnyTagClassName
{
color: #4B1AFF;
}
</style>
background-color css
<style>
a { background-color: #4B1AFF; }
a { background-color: rgb(75,26,255); }
div.DivClassName
{
background-color: #4B1AFF;
}
.BgClassName
{
background-color: #4B1AFF;
}
</style>
border-color css
<style>
span { border-color: #4B1AFF; }
span { border-color: rgb(75,26,255); }
td.TdClassName
{
border-color: #4B1AFF;
}
.TagClassName
{
border-color: #4B1AFF;
}
</style>