Shades of Han Purple #450FF0
Tints of Han Purple #450FF0
RGB
CMYK
RGB Variations
Color information
#450FF0 (or 0x450FF0) is known color: Han Purple. HEX triplet: 45, 0F and F0. RGB value is (69,15,240). Sum of RGB (Red+Green+Blue) = 69+15+240=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 240 (94.14% from 255 or 74.07% from 324); Max value from RGB is 240 - color contains mainly: blue. Hex color #450FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FF0 is #BAF00F. Grayscale: #373737. Windows color (decimal): -12251152 or 15732549. OLE color: 15732549.
HSL color Cylindrical-coordinate representation of color #450FF0: hue angle of 254.4º degrees, saturation: 0.88, 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 #450FF0 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 15 | 240 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.06 |
| HSL | 254.4º | 0.88% | 0.5% | - |
| HSV(B) | 254.4º | 0.94% | 0.94% | - |
| XYZ | 18.35 | 7.9 | 83 | - |
| YUV | 56.8 | 231.39 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 240 | 0.71 | 0.94 | 0 | 0.06 | 254.4 | 0.88 | 0.5 |
| Hex | 45 | F | F0 | 47 | 5E | 0 | 6 | FE | 58 | 32 |
| Octal | 105 | 17 | 360 | 107 | 136 | 0 | 6 | 376 | 130 | 62 |
| Binary | 1000101 | 1111 | 11110000 | 1000111 | 1011110 | 0 | 110 | 11111110 | 1011000 | 110010 |
Color Harmonies of #450FF0
Complementary color
Monochromatic Colors of #450FF0
Black with #450FF0
Text Example
Text Example
White with #450FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FF0; }
p { color: rgb(69,15,240); }
H1.HeaderClassName
{
color: #450FF0;
}
.AnyTagClassName
{
color: #450FF0;
}
</style>
background-color css
<style>
a { background-color: #450FF0; }
a { background-color: rgb(69,15,240); }
div.DivClassName
{
background-color: #450FF0;
}
.BgClassName
{
background-color: #450FF0;
}
</style>
border-color css
<style>
span { border-color: #450FF0; }
span { border-color: rgb(69,15,240); }
td.TdClassName
{
border-color: #450FF0;
}
.TagClassName
{
border-color: #450FF0;
}
</style>