Shades of Han Purple #4517DB
Tints of Han Purple #4517DB
RGB
CMYK
RGB Variations
Color information
#4517DB (or 0x4517DB) is known color: Han Purple. HEX triplet: 45, 17 and DB. RGB value is (69,23,219). Sum of RGB (Red+Green+Blue) = 69+23+219=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #4517DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517DB is #BAE824. Grayscale: #3A3A3A. Windows color (decimal): -12249125 or 14358341. OLE color: 14358341.
HSL color Cylindrical-coordinate representation of color #4517DB: hue angle of 254.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4517DB is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 23 | 219 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.14 |
| HSL | 254.08º | 0.81% | 0.47% | - |
| HSV(B) | 254.08º | 0.89% | 0.86% | - |
| XYZ | 15.55 | 6.99 | 67.55 | - |
| YUV | 59.1 | 218.24 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 219 | 0.68 | 0.89 | 0 | 0.14 | 254.08 | 0.81 | 0.47 |
| Hex | 45 | 17 | DB | 44 | 59 | 0 | E | FE | 51 | 2F |
| Octal | 105 | 27 | 333 | 104 | 131 | 0 | 16 | 376 | 121 | 57 |
| Binary | 1000101 | 10111 | 11011011 | 1000100 | 1011001 | 0 | 1110 | 11111110 | 1010001 | 101111 |
Color Harmonies of #4517DB
Complementary color
Monochromatic Colors of #4517DB
Black with #4517DB
Text Example
Text Example
White with #4517DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517DB; }
p { color: rgb(69,23,219); }
H1.HeaderClassName
{
color: #4517DB;
}
.AnyTagClassName
{
color: #4517DB;
}
</style>
background-color css
<style>
a { background-color: #4517DB; }
a { background-color: rgb(69,23,219); }
div.DivClassName
{
background-color: #4517DB;
}
.BgClassName
{
background-color: #4517DB;
}
</style>
border-color css
<style>
span { border-color: #4517DB; }
span { border-color: rgb(69,23,219); }
td.TdClassName
{
border-color: #4517DB;
}
.TagClassName
{
border-color: #4517DB;
}
</style>