Shades of Han Purple #4B1BFF
Tints of Han Purple #4B1BFF
RGB
CMYK
RGB Variations
Color information
#4B1BFF (or 0x4B1BFF) is known color: Han Purple. HEX triplet: 4B, 1B and FF. RGB value is (75,27,255). Sum of RGB (Red+Green+Blue) = 75+27+255=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1BFF is #B4E400. Grayscale: #424242. Windows color (decimal): -11854849 or 16718667. OLE color: 16718667.
HSL color Cylindrical-coordinate representation of color #4B1BFF: hue angle of 252.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1BFF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 27 | 255 | - |
| CMYK | 0.71 | 0.89 | 0 | 0 |
| HSL | 252.63º | 1% | 0.55% | - |
| HSV(B) | 252.63º | 0.89% | 1% | - |
| XYZ | 21.34 | 9.5 | 95.32 | - |
| YUV | 67.34 | 233.9 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 255 | 0.71 | 0.89 | 0 | 0 | 252.63 | 1 | 0.55 |
| Hex | 4B | 1B | FF | 47 | 59 | 0 | 0 | FD | 64 | 37 |
| Octal | 113 | 33 | 377 | 107 | 131 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001011 | 11011 | 11111111 | 1000111 | 1011001 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4B1BFF
Complementary color
Monochromatic Colors of #4B1BFF
Black with #4B1BFF
Text Example
Text Example
White with #4B1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1BFF; }
p { color: rgb(75,27,255); }
H1.HeaderClassName
{
color: #4B1BFF;
}
.AnyTagClassName
{
color: #4B1BFF;
}
</style>
background-color css
<style>
a { background-color: #4B1BFF; }
a { background-color: rgb(75,27,255); }
div.DivClassName
{
background-color: #4B1BFF;
}
.BgClassName
{
background-color: #4B1BFF;
}
</style>
border-color css
<style>
span { border-color: #4B1BFF; }
span { border-color: rgb(75,27,255); }
td.TdClassName
{
border-color: #4B1BFF;
}
.TagClassName
{
border-color: #4B1BFF;
}
</style>