Shades of Han Purple #4B19FE
Tints of Han Purple #4B19FE
RGB
CMYK
RGB Variations
Color information
#4B19FE (or 0x4B19FE) is known color: Han Purple. HEX triplet: 4B, 19 and FE. RGB value is (75,25,254). Sum of RGB (Red+Green+Blue) = 75+25+254=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B19FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B19FE is #B4E601. Grayscale: #414141. Windows color (decimal): -11855362 or 16652619. OLE color: 16652619.
HSL color Cylindrical-coordinate representation of color #4B19FE: hue angle of 253.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B19FE is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 25 | 254 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.00 |
| HSL | 253.1º | 0.99% | 0.55% | - |
| HSV(B) | 253.1º | 0.9% | 1% | - |
| XYZ | 21.14 | 9.35 | 94.46 | - |
| YUV | 66.06 | 234.07 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 254 | 0.70 | 0.90 | 0 | 0.00 | 253.1 | 0.99 | 0.55 |
| Hex | 4B | 19 | FE | 46 | 5A | 0 | 0 | FD | 63 | 37 |
| Octal | 113 | 31 | 376 | 106 | 132 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001011 | 11001 | 11111110 | 1000110 | 1011010 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4B19FE
Complementary color
Monochromatic Colors of #4B19FE
Black with #4B19FE
Text Example
Text Example
White with #4B19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B19FE; }
p { color: rgb(75,25,254); }
H1.HeaderClassName
{
color: #4B19FE;
}
.AnyTagClassName
{
color: #4B19FE;
}
</style>
background-color css
<style>
a { background-color: #4B19FE; }
a { background-color: rgb(75,25,254); }
div.DivClassName
{
background-color: #4B19FE;
}
.BgClassName
{
background-color: #4B19FE;
}
</style>
border-color css
<style>
span { border-color: #4B19FE; }
span { border-color: rgb(75,25,254); }
td.TdClassName
{
border-color: #4B19FE;
}
.TagClassName
{
border-color: #4B19FE;
}
</style>