Shades of Han Purple #450EEF
Tints of Han Purple #450EEF
RGB
CMYK
RGB Variations
Color information
#450EEF (or 0x450EEF) is known color: Han Purple. HEX triplet: 45, 0E and EF. RGB value is (69,14,239). Sum of RGB (Red+Green+Blue) = 69+14+239=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #450EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EEF is #BAF110. Grayscale: #373737. Windows color (decimal): -12251409 or 15666757. OLE color: 15666757.
HSL color Cylindrical-coordinate representation of color #450EEF: hue angle of 254.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EEF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 14 | 239 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.06 |
| HSL | 254.67º | 0.89% | 0.5% | - |
| HSV(B) | 254.67º | 0.94% | 0.94% | - |
| XYZ | 18.19 | 7.81 | 82.21 | - |
| YUV | 56.1 | 231.22 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 239 | 0.71 | 0.94 | 0 | 0.06 | 254.67 | 0.89 | 0.5 |
| Hex | 45 | E | EF | 47 | 5E | 0 | 6 | FF | 59 | 32 |
| Octal | 105 | 16 | 357 | 107 | 136 | 0 | 6 | 377 | 131 | 62 |
| Binary | 1000101 | 1110 | 11101111 | 1000111 | 1011110 | 0 | 110 | 11111111 | 1011001 | 110010 |
Color Harmonies of #450EEF
Complementary color
Monochromatic Colors of #450EEF
Black with #450EEF
Text Example
Text Example
White with #450EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EEF; }
p { color: rgb(69,14,239); }
H1.HeaderClassName
{
color: #450EEF;
}
.AnyTagClassName
{
color: #450EEF;
}
</style>
background-color css
<style>
a { background-color: #450EEF; }
a { background-color: rgb(69,14,239); }
div.DivClassName
{
background-color: #450EEF;
}
.BgClassName
{
background-color: #450EEF;
}
</style>
border-color css
<style>
span { border-color: #450EEF; }
span { border-color: rgb(69,14,239); }
td.TdClassName
{
border-color: #450EEF;
}
.TagClassName
{
border-color: #450EEF;
}
</style>