Shades of Han Purple #450EDD
Tints of Han Purple #450EDD
RGB
CMYK
RGB Variations
Color information
#450EDD (or 0x450EDD) is known color: Han Purple. HEX triplet: 45, 0E and DD. RGB value is (69,14,221). Sum of RGB (Red+Green+Blue) = 69+14+221=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #450EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EDD is #BAF122. Grayscale: #353535. Windows color (decimal): -12251427 or 14487109. OLE color: 14487109.
HSL color Cylindrical-coordinate representation of color #450EDD: hue angle of 255.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EDD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 14 | 221 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.13 |
| HSL | 255.94º | 0.88% | 0.46% | - |
| HSV(B) | 255.94º | 0.94% | 0.87% | - |
| XYZ | 15.66 | 6.8 | 68.89 | - |
| YUV | 54.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 221 | 0.69 | 0.94 | 0 | 0.13 | 255.94 | 0.88 | 0.46 |
| Hex | 45 | E | DD | 45 | 5E | 0 | D | 100 | 58 | 2E |
| Octal | 105 | 16 | 335 | 105 | 136 | 0 | 15 | 400 | 130 | 56 |
| Binary | 1000101 | 1110 | 11011101 | 1000101 | 1011110 | 0 | 1101 | 100000000 | 1011000 | 101110 |
Color Harmonies of #450EDD
Complementary color
Monochromatic Colors of #450EDD
Black with #450EDD
Text Example
Text Example
White with #450EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EDD; }
p { color: rgb(69,14,221); }
H1.HeaderClassName
{
color: #450EDD;
}
.AnyTagClassName
{
color: #450EDD;
}
</style>
background-color css
<style>
a { background-color: #450EDD; }
a { background-color: rgb(69,14,221); }
div.DivClassName
{
background-color: #450EDD;
}
.BgClassName
{
background-color: #450EDD;
}
</style>
border-color css
<style>
span { border-color: #450EDD; }
span { border-color: rgb(69,14,221); }
td.TdClassName
{
border-color: #450EDD;
}
.TagClassName
{
border-color: #450EDD;
}
</style>