Shades of Han Purple #4B15DA
Tints of Han Purple #4B15DA
RGB
CMYK
RGB Variations
Color information
#4B15DA (or 0x4B15DA) is known color: Han Purple. HEX triplet: 4B, 15 and DA. RGB value is (75,21,218). Sum of RGB (Red+Green+Blue) = 75+21+218=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B15DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B15DA is #B4EA25. Grayscale: #3A3A3A. Windows color (decimal): -11856422 or 14292299. OLE color: 14292299.
HSL color Cylindrical-coordinate representation of color #4B15DA: hue angle of 256.45º 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 #4B15DA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 21 | 218 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.15 |
| HSL | 256.45º | 0.82% | 0.47% | - |
| HSV(B) | 256.45º | 0.9% | 0.85% | - |
| XYZ | 15.82 | 7.09 | 66.86 | - |
| YUV | 59.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 218 | 0.66 | 0.90 | 0 | 0.15 | 256.45 | 0.82 | 0.47 |
| Hex | 4B | 15 | DA | 42 | 5A | 0 | F | 100 | 52 | 2F |
| Octal | 113 | 25 | 332 | 102 | 132 | 0 | 17 | 400 | 122 | 57 |
| Binary | 1001011 | 10101 | 11011010 | 1000010 | 1011010 | 0 | 1111 | 100000000 | 1010010 | 101111 |
Color Harmonies of #4B15DA
Complementary color
Monochromatic Colors of #4B15DA
Black with #4B15DA
Text Example
Text Example
White with #4B15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B15DA; }
p { color: rgb(75,21,218); }
H1.HeaderClassName
{
color: #4B15DA;
}
.AnyTagClassName
{
color: #4B15DA;
}
</style>
background-color css
<style>
a { background-color: #4B15DA; }
a { background-color: rgb(75,21,218); }
div.DivClassName
{
background-color: #4B15DA;
}
.BgClassName
{
background-color: #4B15DA;
}
</style>
border-color css
<style>
span { border-color: #4B15DA; }
span { border-color: rgb(75,21,218); }
td.TdClassName
{
border-color: #4B15DA;
}
.TagClassName
{
border-color: #4B15DA;
}
</style>