Shades of Han Purple #450FE5
Tints of Han Purple #450FE5
RGB
CMYK
RGB Variations
Color information
#450FE5 (or 0x450FE5) is known color: Han Purple. HEX triplet: 45, 0F and E5. RGB value is (69,15,229). Sum of RGB (Red+Green+Blue) = 69+15+229=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 229 (89.84% from 255 or 73.16% from 313); Max value from RGB is 229 - color contains mainly: blue. Hex color #450FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FE5 is #BAF01A. Grayscale: #363636. Windows color (decimal): -12251163 or 15011653. OLE color: 15011653.
HSL color Cylindrical-coordinate representation of color #450FE5: hue angle of 255.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450FE5 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 15 | 229 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.10 |
| HSL | 255.14º | 0.88% | 0.48% | - |
| HSV(B) | 255.14º | 0.93% | 0.9% | - |
| XYZ | 16.77 | 7.26 | 74.65 | - |
| YUV | 55.54 | 225.89 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 229 | 0.70 | 0.93 | 0 | 0.10 | 255.14 | 0.88 | 0.48 |
| Hex | 45 | F | E5 | 46 | 5D | 0 | A | FF | 58 | 30 |
| Octal | 105 | 17 | 345 | 106 | 135 | 0 | 12 | 377 | 130 | 60 |
| Binary | 1000101 | 1111 | 11100101 | 1000110 | 1011101 | 0 | 1010 | 11111111 | 1011000 | 110000 |
Color Harmonies of #450FE5
Complementary color
Monochromatic Colors of #450FE5
Black with #450FE5
Text Example
Text Example
White with #450FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FE5; }
p { color: rgb(69,15,229); }
H1.HeaderClassName
{
color: #450FE5;
}
.AnyTagClassName
{
color: #450FE5;
}
</style>
background-color css
<style>
a { background-color: #450FE5; }
a { background-color: rgb(69,15,229); }
div.DivClassName
{
background-color: #450FE5;
}
.BgClassName
{
background-color: #450FE5;
}
</style>
border-color css
<style>
span { border-color: #450FE5; }
span { border-color: rgb(69,15,229); }
td.TdClassName
{
border-color: #450FE5;
}
.TagClassName
{
border-color: #450FE5;
}
</style>