Shades of Han Purple #450FE9
Tints of Han Purple #450FE9
RGB
CMYK
RGB Variations
Color information
#450FE9 (or 0x450FE9) is known color: Han Purple. HEX triplet: 45, 0F and E9. RGB value is (69,15,233). Sum of RGB (Red+Green+Blue) = 69+15+233=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 233 (91.41% from 255 or 73.50% from 317); Max value from RGB is 233 - color contains mainly: blue. Hex color #450FE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FE9 is #BAF016. Grayscale: #373737. Windows color (decimal): -12251159 or 15273797. OLE color: 15273797.
HSL color Cylindrical-coordinate representation of color #450FE9: hue angle of 254.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FE9 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 15 | 233 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.09 |
| HSL | 254.86º | 0.88% | 0.49% | - |
| HSV(B) | 254.86º | 0.94% | 0.91% | - |
| XYZ | 17.33 | 7.49 | 77.62 | - |
| YUV | 56 | 227.89 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 233 | 0.70 | 0.94 | 0 | 0.09 | 254.86 | 0.88 | 0.49 |
| Hex | 45 | F | E9 | 46 | 5E | 0 | 9 | FF | 58 | 31 |
| Octal | 105 | 17 | 351 | 106 | 136 | 0 | 11 | 377 | 130 | 61 |
| Binary | 1000101 | 1111 | 11101001 | 1000110 | 1011110 | 0 | 1001 | 11111111 | 1011000 | 110001 |
Color Harmonies of #450FE9
Complementary color
Monochromatic Colors of #450FE9
Black with #450FE9
Text Example
Text Example
White with #450FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FE9; }
p { color: rgb(69,15,233); }
H1.HeaderClassName
{
color: #450FE9;
}
.AnyTagClassName
{
color: #450FE9;
}
</style>
background-color css
<style>
a { background-color: #450FE9; }
a { background-color: rgb(69,15,233); }
div.DivClassName
{
background-color: #450FE9;
}
.BgClassName
{
background-color: #450FE9;
}
</style>
border-color css
<style>
span { border-color: #450FE9; }
span { border-color: rgb(69,15,233); }
td.TdClassName
{
border-color: #450FE9;
}
.TagClassName
{
border-color: #450FE9;
}
</style>