Shades of Han Purple #4516DD
Tints of Han Purple #4516DD
RGB
CMYK
RGB Variations
Color information
#4516DD (or 0x4516DD) is known color: Han Purple. HEX triplet: 45, 16 and DD. RGB value is (69,22,221). Sum of RGB (Red+Green+Blue) = 69+22+221=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #4516DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4516DD is #BAE922. Grayscale: #393939. Windows color (decimal): -12249379 or 14489157. OLE color: 14489157.
HSL color Cylindrical-coordinate representation of color #4516DD: hue angle of 254.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4516DD is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 22 | 221 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.13 |
| HSL | 254.17º | 0.82% | 0.48% | - |
| HSV(B) | 254.17º | 0.9% | 0.87% | - |
| XYZ | 15.79 | 7.06 | 68.94 | - |
| YUV | 58.74 | 219.57 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 221 | 0.69 | 0.90 | 0 | 0.13 | 254.17 | 0.82 | 0.48 |
| Hex | 45 | 16 | DD | 45 | 5A | 0 | D | FE | 52 | 30 |
| Octal | 105 | 26 | 335 | 105 | 132 | 0 | 15 | 376 | 122 | 60 |
| Binary | 1000101 | 10110 | 11011101 | 1000101 | 1011010 | 0 | 1101 | 11111110 | 1010010 | 110000 |
Color Harmonies of #4516DD
Complementary color
Monochromatic Colors of #4516DD
Black with #4516DD
Text Example
Text Example
White with #4516DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4516DD; }
p { color: rgb(69,22,221); }
H1.HeaderClassName
{
color: #4516DD;
}
.AnyTagClassName
{
color: #4516DD;
}
</style>
background-color css
<style>
a { background-color: #4516DD; }
a { background-color: rgb(69,22,221); }
div.DivClassName
{
background-color: #4516DD;
}
.BgClassName
{
background-color: #4516DD;
}
</style>
border-color css
<style>
span { border-color: #4516DD; }
span { border-color: rgb(69,22,221); }
td.TdClassName
{
border-color: #4516DD;
}
.TagClassName
{
border-color: #4516DD;
}
</style>