Shades of Han Purple #4510DB
Tints of Han Purple #4510DB
RGB
CMYK
RGB Variations
Color information
#4510DB (or 0x4510DB) is known color: Han Purple. HEX triplet: 45, 10 and DB. RGB value is (69,16,219). Sum of RGB (Red+Green+Blue) = 69+16+219=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #4510DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510DB is #BAEF24. Grayscale: #363636. Windows color (decimal): -12250917 or 14356549. OLE color: 14356549.
HSL color Cylindrical-coordinate representation of color #4510DB: hue angle of 255.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4510DB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 16 | 219 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 255.67º | 0.86% | 0.46% | - |
| HSV(B) | 255.67º | 0.93% | 0.86% | - |
| XYZ | 15.43 | 6.75 | 67.51 | - |
| YUV | 54.99 | 220.56 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 219 | 0.68 | 0.93 | 0 | 0.14 | 255.67 | 0.86 | 0.46 |
| Hex | 45 | 10 | DB | 44 | 5D | 0 | E | 100 | 56 | 2E |
| Octal | 105 | 20 | 333 | 104 | 135 | 0 | 16 | 400 | 126 | 56 |
| Binary | 1000101 | 10000 | 11011011 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010110 | 101110 |
Color Harmonies of #4510DB
Complementary color
Monochromatic Colors of #4510DB
Black with #4510DB
Text Example
Text Example
White with #4510DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510DB; }
p { color: rgb(69,16,219); }
H1.HeaderClassName
{
color: #4510DB;
}
.AnyTagClassName
{
color: #4510DB;
}
</style>
background-color css
<style>
a { background-color: #4510DB; }
a { background-color: rgb(69,16,219); }
div.DivClassName
{
background-color: #4510DB;
}
.BgClassName
{
background-color: #4510DB;
}
</style>
border-color css
<style>
span { border-color: #4510DB; }
span { border-color: rgb(69,16,219); }
td.TdClassName
{
border-color: #4510DB;
}
.TagClassName
{
border-color: #4510DB;
}
</style>