Shades of Han Purple #450ED1
Tints of Han Purple #450ED1
RGB
CMYK
RGB Variations
Color information
#450ED1 (or 0x450ED1) is known color: Han Purple. HEX triplet: 45, 0E and D1. RGB value is (69,14,209). Sum of RGB (Red+Green+Blue) = 69+14+209=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #450ED1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ED1 is #BAF12E. Grayscale: #333333. Windows color (decimal): -12251439 or 13700677. OLE color: 13700677.
HSL color Cylindrical-coordinate representation of color #450ED1: hue angle of 256.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450ED1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 14 | 209 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.18 |
| HSL | 256.92º | 0.87% | 0.44% | - |
| HSV(B) | 256.92º | 0.93% | 0.82% | - |
| XYZ | 14.12 | 6.18 | 60.77 | - |
| YUV | 52.68 | 216.22 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 209 | 0.67 | 0.93 | 0 | 0.18 | 256.92 | 0.87 | 0.44 |
| Hex | 45 | E | D1 | 43 | 5D | 0 | 12 | 101 | 57 | 2C |
| Octal | 105 | 16 | 321 | 103 | 135 | 0 | 22 | 401 | 127 | 54 |
| Binary | 1000101 | 1110 | 11010001 | 1000011 | 1011101 | 0 | 10010 | 100000001 | 1010111 | 101100 |
Color Harmonies of #450ED1
Complementary color
Monochromatic Colors of #450ED1
Black with #450ED1
Text Example
Text Example
White with #450ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450ED1; }
p { color: rgb(69,14,209); }
H1.HeaderClassName
{
color: #450ED1;
}
.AnyTagClassName
{
color: #450ED1;
}
</style>
background-color css
<style>
a { background-color: #450ED1; }
a { background-color: rgb(69,14,209); }
div.DivClassName
{
background-color: #450ED1;
}
.BgClassName
{
background-color: #450ED1;
}
</style>
border-color css
<style>
span { border-color: #450ED1; }
span { border-color: rgb(69,14,209); }
td.TdClassName
{
border-color: #450ED1;
}
.TagClassName
{
border-color: #450ED1;
}
</style>