Shades of Han Purple #4516DB
Tints of Han Purple #4516DB
RGB
CMYK
RGB Variations
Color information
#4516DB (or 0x4516DB) is known color: Han Purple. HEX triplet: 45, 16 and DB. RGB value is (69,22,219). Sum of RGB (Red+Green+Blue) = 69+22+219=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4516DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4516DB is #BAE924. Grayscale: #393939. Windows color (decimal): -12249381 or 14358085. OLE color: 14358085.
HSL color Cylindrical-coordinate representation of color #4516DB: hue angle of 254.31º 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 #4516DB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 22 | 219 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.14 |
| HSL | 254.31º | 0.82% | 0.47% | - |
| HSV(B) | 254.31º | 0.9% | 0.86% | - |
| XYZ | 15.53 | 6.95 | 67.54 | - |
| YUV | 58.51 | 218.57 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 219 | 0.68 | 0.90 | 0 | 0.14 | 254.31 | 0.82 | 0.47 |
| Hex | 45 | 16 | DB | 44 | 5A | 0 | E | FE | 52 | 2F |
| Octal | 105 | 26 | 333 | 104 | 132 | 0 | 16 | 376 | 122 | 57 |
| Binary | 1000101 | 10110 | 11011011 | 1000100 | 1011010 | 0 | 1110 | 11111110 | 1010010 | 101111 |
Color Harmonies of #4516DB
Complementary color
Monochromatic Colors of #4516DB
Black with #4516DB
Text Example
Text Example
White with #4516DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4516DB; }
p { color: rgb(69,22,219); }
H1.HeaderClassName
{
color: #4516DB;
}
.AnyTagClassName
{
color: #4516DB;
}
</style>
background-color css
<style>
a { background-color: #4516DB; }
a { background-color: rgb(69,22,219); }
div.DivClassName
{
background-color: #4516DB;
}
.BgClassName
{
background-color: #4516DB;
}
</style>
border-color css
<style>
span { border-color: #4516DB; }
span { border-color: rgb(69,22,219); }
td.TdClassName
{
border-color: #4516DB;
}
.TagClassName
{
border-color: #4516DB;
}
</style>