Shades of Han Purple #450EEC
Tints of Han Purple #450EEC
RGB
CMYK
RGB Variations
Color information
#450EEC (or 0x450EEC) is known color: Han Purple. HEX triplet: 45, 0E and EC. RGB value is (69,14,236). Sum of RGB (Red+Green+Blue) = 69+14+236=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #450EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EEC is #BAF113. Grayscale: #363636. Windows color (decimal): -12251412 or 15470149. OLE color: 15470149.
HSL color Cylindrical-coordinate representation of color #450EEC: hue angle of 254.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EEC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 14 | 236 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.86º | 0.89% | 0.49% | - |
| HSV(B) | 254.86º | 0.94% | 0.93% | - |
| XYZ | 17.75 | 7.64 | 79.9 | - |
| YUV | 55.75 | 229.72 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 236 | 0.71 | 0.94 | 0 | 0.07 | 254.86 | 0.89 | 0.49 |
| Hex | 45 | E | EC | 47 | 5E | 0 | 7 | FF | 59 | 31 |
| Octal | 105 | 16 | 354 | 107 | 136 | 0 | 7 | 377 | 131 | 61 |
| Binary | 1000101 | 1110 | 11101100 | 1000111 | 1011110 | 0 | 111 | 11111111 | 1011001 | 110001 |
Color Harmonies of #450EEC
Complementary color
Monochromatic Colors of #450EEC
Black with #450EEC
Text Example
Text Example
White with #450EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EEC; }
p { color: rgb(69,14,236); }
H1.HeaderClassName
{
color: #450EEC;
}
.AnyTagClassName
{
color: #450EEC;
}
</style>
background-color css
<style>
a { background-color: #450EEC; }
a { background-color: rgb(69,14,236); }
div.DivClassName
{
background-color: #450EEC;
}
.BgClassName
{
background-color: #450EEC;
}
</style>
border-color css
<style>
span { border-color: #450EEC; }
span { border-color: rgb(69,14,236); }
td.TdClassName
{
border-color: #450EEC;
}
.TagClassName
{
border-color: #450EEC;
}
</style>