Shades of Han Purple #4B1FFF
Tints of Han Purple #4B1FFF
RGB
CMYK
RGB Variations
Color information
#4B1FFF (or 0x4B1FFF) is known color: Han Purple. HEX triplet: 4B, 1F and FF. RGB value is (75,31,255). Sum of RGB (Red+Green+Blue) = 75+31+255=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1FFF is #B4E000. Grayscale: #444444. Windows color (decimal): -11853825 or 16719691. OLE color: 16719691.
HSL color Cylindrical-coordinate representation of color #4B1FFF: hue angle of 251.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1FFF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 31 | 255 | - |
| CMYK | 0.71 | 0.88 | 0 | 0 |
| HSL | 251.79º | 1% | 0.56% | - |
| HSV(B) | 251.79º | 0.88% | 1% | - |
| XYZ | 21.44 | 9.7 | 95.35 | - |
| YUV | 69.69 | 232.58 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 255 | 0.71 | 0.88 | 0 | 0 | 251.79 | 1 | 0.56 |
| Hex | 4B | 1F | FF | 47 | 58 | 0 | 0 | FC | 64 | 38 |
| Octal | 113 | 37 | 377 | 107 | 130 | 0 | 0 | 374 | 144 | 70 |
| Binary | 1001011 | 11111 | 11111111 | 1000111 | 1011000 | 0 | 0 | 11111100 | 1100100 | 111000 |
Color Harmonies of #4B1FFF
Complementary color
Monochromatic Colors of #4B1FFF
Black with #4B1FFF
Text Example
Text Example
White with #4B1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1FFF; }
p { color: rgb(75,31,255); }
H1.HeaderClassName
{
color: #4B1FFF;
}
.AnyTagClassName
{
color: #4B1FFF;
}
</style>
background-color css
<style>
a { background-color: #4B1FFF; }
a { background-color: rgb(75,31,255); }
div.DivClassName
{
background-color: #4B1FFF;
}
.BgClassName
{
background-color: #4B1FFF;
}
</style>
border-color css
<style>
span { border-color: #4B1FFF; }
span { border-color: rgb(75,31,255); }
td.TdClassName
{
border-color: #4B1FFF;
}
.TagClassName
{
border-color: #4B1FFF;
}
</style>