Shades of Han Purple #4517DF
Tints of Han Purple #4517DF
RGB
CMYK
RGB Variations
Color information
#4517DF (or 0x4517DF) is known color: Han Purple. HEX triplet: 45, 17 and DF. RGB value is (69,23,223). Sum of RGB (Red+Green+Blue) = 69+23+223=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #4517DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517DF is #BAE820. Grayscale: #3A3A3A. Windows color (decimal): -12249121 or 14620485. OLE color: 14620485.
HSL color Cylindrical-coordinate representation of color #4517DF: hue angle of 253.8º degrees, saturation: 0.81, 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 #4517DF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 23 | 223 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.13 |
| HSL | 253.8º | 0.81% | 0.48% | - |
| HSV(B) | 253.8º | 0.9% | 0.87% | - |
| XYZ | 16.08 | 7.21 | 70.36 | - |
| YUV | 59.55 | 220.24 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 223 | 0.69 | 0.90 | 0 | 0.13 | 253.8 | 0.81 | 0.48 |
| Hex | 45 | 17 | DF | 45 | 5A | 0 | D | FE | 51 | 30 |
| Octal | 105 | 27 | 337 | 105 | 132 | 0 | 15 | 376 | 121 | 60 |
| Binary | 1000101 | 10111 | 11011111 | 1000101 | 1011010 | 0 | 1101 | 11111110 | 1010001 | 110000 |
Color Harmonies of #4517DF
Complementary color
Monochromatic Colors of #4517DF
Black with #4517DF
Text Example
Text Example
White with #4517DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517DF; }
p { color: rgb(69,23,223); }
H1.HeaderClassName
{
color: #4517DF;
}
.AnyTagClassName
{
color: #4517DF;
}
</style>
background-color css
<style>
a { background-color: #4517DF; }
a { background-color: rgb(69,23,223); }
div.DivClassName
{
background-color: #4517DF;
}
.BgClassName
{
background-color: #4517DF;
}
</style>
border-color css
<style>
span { border-color: #4517DF; }
span { border-color: rgb(69,23,223); }
td.TdClassName
{
border-color: #4517DF;
}
.TagClassName
{
border-color: #4517DF;
}
</style>