Shades of Han Purple #4517E1
Tints of Han Purple #4517E1
RGB
CMYK
RGB Variations
Color information
#4517E1 (or 0x4517E1) is known color: Han Purple. HEX triplet: 45, 17 and E1. RGB value is (69,23,225). Sum of RGB (Red+Green+Blue) = 69+23+225=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #4517E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517E1 is #BAE81E. Grayscale: #3B3B3B. Windows color (decimal): -12249119 or 14751557. OLE color: 14751557.
HSL color Cylindrical-coordinate representation of color #4517E1: hue angle of 253.66º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4517E1 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 23 | 225 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.12 |
| HSL | 253.66º | 0.81% | 0.49% | - |
| HSV(B) | 253.66º | 0.9% | 0.88% | - |
| XYZ | 16.35 | 7.31 | 71.78 | - |
| YUV | 59.78 | 221.24 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 225 | 0.69 | 0.90 | 0 | 0.12 | 253.66 | 0.81 | 0.49 |
| Hex | 45 | 17 | E1 | 45 | 5A | 0 | C | FE | 51 | 31 |
| Octal | 105 | 27 | 341 | 105 | 132 | 0 | 14 | 376 | 121 | 61 |
| Binary | 1000101 | 10111 | 11100001 | 1000101 | 1011010 | 0 | 1100 | 11111110 | 1010001 | 110001 |
Color Harmonies of #4517E1
Complementary color
Monochromatic Colors of #4517E1
Black with #4517E1
Text Example
Text Example
White with #4517E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517E1; }
p { color: rgb(69,23,225); }
H1.HeaderClassName
{
color: #4517E1;
}
.AnyTagClassName
{
color: #4517E1;
}
</style>
background-color css
<style>
a { background-color: #4517E1; }
a { background-color: rgb(69,23,225); }
div.DivClassName
{
background-color: #4517E1;
}
.BgClassName
{
background-color: #4517E1;
}
</style>
border-color css
<style>
span { border-color: #4517E1; }
span { border-color: rgb(69,23,225); }
td.TdClassName
{
border-color: #4517E1;
}
.TagClassName
{
border-color: #4517E1;
}
</style>