Shades of Han Purple #450AF0
Tints of Han Purple #450AF0
RGB
CMYK
RGB Variations
Color information
#450AF0 (or 0x450AF0) is known color: Han Purple. HEX triplet: 45, 0A and F0. RGB value is (69,10,240). Sum of RGB (Red+Green+Blue) = 69+10+240=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 240 (94.14% from 255 or 75.24% from 319); Max value from RGB is 240 - color contains mainly: blue. Hex color #450AF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AF0 is #BAF50F. Grayscale: #353535. Windows color (decimal): -12252432 or 15731269. OLE color: 15731269.
HSL color Cylindrical-coordinate representation of color #450AF0: hue angle of 255.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450AF0 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 10 | 240 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.06 |
| HSL | 255.39º | 0.92% | 0.49% | - |
| HSV(B) | 255.39º | 0.96% | 0.94% | - |
| XYZ | 18.29 | 7.77 | 82.97 | - |
| YUV | 53.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 240 | 0.71 | 0.96 | 0 | 0.06 | 255.39 | 0.92 | 0.49 |
| Hex | 45 | A | F0 | 47 | 60 | 0 | 6 | FF | 5C | 31 |
| Octal | 105 | 12 | 360 | 107 | 140 | 0 | 6 | 377 | 134 | 61 |
| Binary | 1000101 | 1010 | 11110000 | 1000111 | 1100000 | 0 | 110 | 11111111 | 1011100 | 110001 |
Color Harmonies of #450AF0
Complementary color
Monochromatic Colors of #450AF0
Black with #450AF0
Text Example
Text Example
White with #450AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450AF0; }
p { color: rgb(69,10,240); }
H1.HeaderClassName
{
color: #450AF0;
}
.AnyTagClassName
{
color: #450AF0;
}
</style>
background-color css
<style>
a { background-color: #450AF0; }
a { background-color: rgb(69,10,240); }
div.DivClassName
{
background-color: #450AF0;
}
.BgClassName
{
background-color: #450AF0;
}
</style>
border-color css
<style>
span { border-color: #450AF0; }
span { border-color: rgb(69,10,240); }
td.TdClassName
{
border-color: #450AF0;
}
.TagClassName
{
border-color: #450AF0;
}
</style>