Shades of Han Purple #450EE0
Tints of Han Purple #450EE0
RGB
CMYK
RGB Variations
Color information
#450EE0 (or 0x450EE0) is known color: Han Purple. HEX triplet: 45, 0E and E0. RGB value is (69,14,224). Sum of RGB (Red+Green+Blue) = 69+14+224=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #450EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EE0 is #BAF11F. Grayscale: #353535. Windows color (decimal): -12251424 or 14683717. OLE color: 14683717.
HSL color Cylindrical-coordinate representation of color #450EE0: hue angle of 255.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EE0 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 14 | 224 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.12 |
| HSL | 255.71º | 0.88% | 0.47% | - |
| HSV(B) | 255.71º | 0.94% | 0.88% | - |
| XYZ | 16.07 | 6.96 | 71.02 | - |
| YUV | 54.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 224 | 0.69 | 0.94 | 0 | 0.12 | 255.71 | 0.88 | 0.47 |
| Hex | 45 | E | E0 | 45 | 5E | 0 | C | 100 | 58 | 2F |
| Octal | 105 | 16 | 340 | 105 | 136 | 0 | 14 | 400 | 130 | 57 |
| Binary | 1000101 | 1110 | 11100000 | 1000101 | 1011110 | 0 | 1100 | 100000000 | 1011000 | 101111 |
Color Harmonies of #450EE0
Complementary color
Monochromatic Colors of #450EE0
Black with #450EE0
Text Example
Text Example
White with #450EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EE0; }
p { color: rgb(69,14,224); }
H1.HeaderClassName
{
color: #450EE0;
}
.AnyTagClassName
{
color: #450EE0;
}
</style>
background-color css
<style>
a { background-color: #450EE0; }
a { background-color: rgb(69,14,224); }
div.DivClassName
{
background-color: #450EE0;
}
.BgClassName
{
background-color: #450EE0;
}
</style>
border-color css
<style>
span { border-color: #450EE0; }
span { border-color: rgb(69,14,224); }
td.TdClassName
{
border-color: #450EE0;
}
.TagClassName
{
border-color: #450EE0;
}
</style>