Shades of Han Purple #4815DB
Tints of Han Purple #4815DB
RGB
CMYK
RGB Variations
Color information
#4815DB (or 0x4815DB) is known color: Han Purple. HEX triplet: 48, 15 and DB. RGB value is (72,21,219). Sum of RGB (Red+Green+Blue) = 72+21+219=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #4815DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4815DB is #B7EA24. Grayscale: #3A3A3A. Windows color (decimal): -12053029 or 14357832. OLE color: 14357832.
HSL color Cylindrical-coordinate representation of color #4815DB: hue angle of 255.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4815DB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 21 | 219 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.14 |
| HSL | 255.45º | 0.83% | 0.47% | - |
| HSV(B) | 255.45º | 0.9% | 0.86% | - |
| XYZ | 15.73 | 7.03 | 67.55 | - |
| YUV | 58.82 | 218.4 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 219 | 0.67 | 0.90 | 0 | 0.14 | 255.45 | 0.83 | 0.47 |
| Hex | 48 | 15 | DB | 43 | 5A | 0 | E | FF | 52 | 2F |
| Octal | 110 | 25 | 333 | 103 | 132 | 0 | 16 | 377 | 122 | 57 |
| Binary | 1001000 | 10101 | 11011011 | 1000011 | 1011010 | 0 | 1110 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4815DB
Complementary color
Monochromatic Colors of #4815DB
Black with #4815DB
Text Example
Text Example
White with #4815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4815DB; }
p { color: rgb(72,21,219); }
H1.HeaderClassName
{
color: #4815DB;
}
.AnyTagClassName
{
color: #4815DB;
}
</style>
background-color css
<style>
a { background-color: #4815DB; }
a { background-color: rgb(72,21,219); }
div.DivClassName
{
background-color: #4815DB;
}
.BgClassName
{
background-color: #4815DB;
}
</style>
border-color css
<style>
span { border-color: #4815DB; }
span { border-color: rgb(72,21,219); }
td.TdClassName
{
border-color: #4815DB;
}
.TagClassName
{
border-color: #4815DB;
}
</style>