Shades of Han Purple #450FE3
Tints of Han Purple #450FE3
RGB
CMYK
RGB Variations
Color information
#450FE3 (or 0x450FE3) is known color: Han Purple. HEX triplet: 45, 0F and E3. RGB value is (69,15,227). Sum of RGB (Red+Green+Blue) = 69+15+227=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #450FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FE3 is #BAF01C. Grayscale: #363636. Windows color (decimal): -12251165 or 14880581. OLE color: 14880581.
HSL color Cylindrical-coordinate representation of color #450FE3: hue angle of 255.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450FE3 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 15 | 227 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.11 |
| HSL | 255.28º | 0.88% | 0.47% | - |
| HSV(B) | 255.28º | 0.93% | 0.89% | - |
| XYZ | 16.49 | 7.15 | 73.18 | - |
| YUV | 55.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 227 | 0.70 | 0.93 | 0 | 0.11 | 255.28 | 0.88 | 0.47 |
| Hex | 45 | F | E3 | 46 | 5D | 0 | B | FF | 58 | 2F |
| Octal | 105 | 17 | 343 | 106 | 135 | 0 | 13 | 377 | 130 | 57 |
| Binary | 1000101 | 1111 | 11100011 | 1000110 | 1011101 | 0 | 1011 | 11111111 | 1011000 | 101111 |
Color Harmonies of #450FE3
Complementary color
Monochromatic Colors of #450FE3
Black with #450FE3
Text Example
Text Example
White with #450FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FE3; }
p { color: rgb(69,15,227); }
H1.HeaderClassName
{
color: #450FE3;
}
.AnyTagClassName
{
color: #450FE3;
}
</style>
background-color css
<style>
a { background-color: #450FE3; }
a { background-color: rgb(69,15,227); }
div.DivClassName
{
background-color: #450FE3;
}
.BgClassName
{
background-color: #450FE3;
}
</style>
border-color css
<style>
span { border-color: #450FE3; }
span { border-color: rgb(69,15,227); }
td.TdClassName
{
border-color: #450FE3;
}
.TagClassName
{
border-color: #450FE3;
}
</style>