Shades of Han Purple #4B1CFF
Tints of Han Purple #4B1CFF
RGB
CMYK
RGB Variations
Color information
#4B1CFF (or 0x4B1CFF) is known color: Han Purple. HEX triplet: 4B, 1C and FF. RGB value is (75,28,255). Sum of RGB (Red+Green+Blue) = 75+28+255=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B1CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1CFF is #B4E300. Grayscale: #434343. Windows color (decimal): -11854593 or 16718923. OLE color: 16718923.
HSL color Cylindrical-coordinate representation of color #4B1CFF: hue angle of 252.42º 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 #4B1CFF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 28 | 255 | - |
| CMYK | 0.71 | 0.89 | 0 | 0 |
| HSL | 252.42º | 1% | 0.55% | - |
| HSV(B) | 252.42º | 0.89% | 1% | - |
| XYZ | 21.37 | 9.55 | 95.32 | - |
| YUV | 67.93 | 233.57 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 255 | 0.71 | 0.89 | 0 | 0 | 252.42 | 1 | 0.55 |
| Hex | 4B | 1C | FF | 47 | 59 | 0 | 0 | FC | 64 | 37 |
| Octal | 113 | 34 | 377 | 107 | 131 | 0 | 0 | 374 | 144 | 67 |
| Binary | 1001011 | 11100 | 11111111 | 1000111 | 1011001 | 0 | 0 | 11111100 | 1100100 | 110111 |
Color Harmonies of #4B1CFF
Complementary color
Monochromatic Colors of #4B1CFF
Black with #4B1CFF
Text Example
Text Example
White with #4B1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1CFF; }
p { color: rgb(75,28,255); }
H1.HeaderClassName
{
color: #4B1CFF;
}
.AnyTagClassName
{
color: #4B1CFF;
}
</style>
background-color css
<style>
a { background-color: #4B1CFF; }
a { background-color: rgb(75,28,255); }
div.DivClassName
{
background-color: #4B1CFF;
}
.BgClassName
{
background-color: #4B1CFF;
}
</style>
border-color css
<style>
span { border-color: #4B1CFF; }
span { border-color: rgb(75,28,255); }
td.TdClassName
{
border-color: #4B1CFF;
}
.TagClassName
{
border-color: #4B1CFF;
}
</style>