Shades of Han Purple #450EE8
Tints of Han Purple #450EE8
RGB
CMYK
RGB Variations
Color information
#450EE8 (or 0x450EE8) is known color: Han Purple. HEX triplet: 45, 0E and E8. RGB value is (69,14,232). Sum of RGB (Red+Green+Blue) = 69+14+232=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #450EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EE8 is #BAF117. Grayscale: #363636. Windows color (decimal): -12251416 or 15208005. OLE color: 15208005.
HSL color Cylindrical-coordinate representation of color #450EE8: hue angle of 255.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EE8 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 14 | 232 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.09 |
| HSL | 255.14º | 0.89% | 0.48% | - |
| HSV(B) | 255.14º | 0.94% | 0.91% | - |
| XYZ | 17.18 | 7.41 | 76.87 | - |
| YUV | 55.3 | 227.72 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 232 | 0.70 | 0.94 | 0 | 0.09 | 255.14 | 0.89 | 0.48 |
| Hex | 45 | E | E8 | 46 | 5E | 0 | 9 | FF | 59 | 30 |
| Octal | 105 | 16 | 350 | 106 | 136 | 0 | 11 | 377 | 131 | 60 |
| Binary | 1000101 | 1110 | 11101000 | 1000110 | 1011110 | 0 | 1001 | 11111111 | 1011001 | 110000 |
Color Harmonies of #450EE8
Complementary color
Monochromatic Colors of #450EE8
Black with #450EE8
Text Example
Text Example
White with #450EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EE8; }
p { color: rgb(69,14,232); }
H1.HeaderClassName
{
color: #450EE8;
}
.AnyTagClassName
{
color: #450EE8;
}
</style>
background-color css
<style>
a { background-color: #450EE8; }
a { background-color: rgb(69,14,232); }
div.DivClassName
{
background-color: #450EE8;
}
.BgClassName
{
background-color: #450EE8;
}
</style>
border-color css
<style>
span { border-color: #450EE8; }
span { border-color: rgb(69,14,232); }
td.TdClassName
{
border-color: #450EE8;
}
.TagClassName
{
border-color: #450EE8;
}
</style>