Shades of Han Purple #4B16D9
Tints of Han Purple #4B16D9
RGB
CMYK
RGB Variations
Color information
#4B16D9 (or 0x4B16D9) is known color: Han Purple. HEX triplet: 4B, 16 and D9. RGB value is (75,22,217). Sum of RGB (Red+Green+Blue) = 75+22+217=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 217 (85.16% from 255 or 69.11% from 314); Max value from RGB is 217 - color contains mainly: blue. Hex color #4B16D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B16D9 is #B4E926. Grayscale: #3B3B3B. Windows color (decimal): -11856167 or 14227019. OLE color: 14227019.
HSL color Cylindrical-coordinate representation of color #4B16D9: hue angle of 256.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B16D9 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 22 | 217 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.15 |
| HSL | 256.31º | 0.82% | 0.47% | - |
| HSV(B) | 256.31º | 0.9% | 0.85% | - |
| XYZ | 15.71 | 7.08 | 66.18 | - |
| YUV | 60.08 | 216.56 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 217 | 0.65 | 0.90 | 0 | 0.15 | 256.31 | 0.82 | 0.47 |
| Hex | 4B | 16 | D9 | 41 | 5A | 0 | F | 100 | 52 | 2F |
| Octal | 113 | 26 | 331 | 101 | 132 | 0 | 17 | 400 | 122 | 57 |
| Binary | 1001011 | 10110 | 11011001 | 1000001 | 1011010 | 0 | 1111 | 100000000 | 1010010 | 101111 |
Color Harmonies of #4B16D9
Complementary color
Monochromatic Colors of #4B16D9
Black with #4B16D9
Text Example
Text Example
White with #4B16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B16D9; }
p { color: rgb(75,22,217); }
H1.HeaderClassName
{
color: #4B16D9;
}
.AnyTagClassName
{
color: #4B16D9;
}
</style>
background-color css
<style>
a { background-color: #4B16D9; }
a { background-color: rgb(75,22,217); }
div.DivClassName
{
background-color: #4B16D9;
}
.BgClassName
{
background-color: #4B16D9;
}
</style>
border-color css
<style>
span { border-color: #4B16D9; }
span { border-color: rgb(75,22,217); }
td.TdClassName
{
border-color: #4B16D9;
}
.TagClassName
{
border-color: #4B16D9;
}
</style>