Shades of Han Purple #4515DB
Tints of Han Purple #4515DB
RGB
CMYK
RGB Variations
Color information
#4515DB (or 0x4515DB) is known color: Han Purple. HEX triplet: 45, 15 and DB. RGB value is (69,21,219). Sum of RGB (Red+Green+Blue) = 69+21+219=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #4515DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515DB is #BAEA24. Grayscale: #393939. Windows color (decimal): -12249637 or 14357829. OLE color: 14357829.
HSL color Cylindrical-coordinate representation of color #4515DB: hue angle of 254.55º 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 #4515DB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 21 | 219 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.14 |
| HSL | 254.55º | 0.83% | 0.47% | - |
| HSV(B) | 254.55º | 0.9% | 0.86% | - |
| XYZ | 15.51 | 6.92 | 67.54 | - |
| YUV | 57.92 | 218.9 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 219 | 0.68 | 0.90 | 0 | 0.14 | 254.55 | 0.83 | 0.47 |
| Hex | 45 | 15 | DB | 44 | 5A | 0 | E | FF | 52 | 2F |
| Octal | 105 | 25 | 333 | 104 | 132 | 0 | 16 | 377 | 122 | 57 |
| Binary | 1000101 | 10101 | 11011011 | 1000100 | 1011010 | 0 | 1110 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4515DB
Complementary color
Monochromatic Colors of #4515DB
Black with #4515DB
Text Example
Text Example
White with #4515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515DB; }
p { color: rgb(69,21,219); }
H1.HeaderClassName
{
color: #4515DB;
}
.AnyTagClassName
{
color: #4515DB;
}
</style>
background-color css
<style>
a { background-color: #4515DB; }
a { background-color: rgb(69,21,219); }
div.DivClassName
{
background-color: #4515DB;
}
.BgClassName
{
background-color: #4515DB;
}
</style>
border-color css
<style>
span { border-color: #4515DB; }
span { border-color: rgb(69,21,219); }
td.TdClassName
{
border-color: #4515DB;
}
.TagClassName
{
border-color: #4515DB;
}
</style>