Shades of Han Purple #450ED2
Tints of Han Purple #450ED2
RGB
CMYK
RGB Variations
Color information
#450ED2 (or 0x450ED2) is known color: Han Purple. HEX triplet: 45, 0E and D2. RGB value is (69,14,210). Sum of RGB (Red+Green+Blue) = 69+14+210=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 210 (82.42% from 255 or 71.67% from 293); Max value from RGB is 210 - color contains mainly: blue. Hex color #450ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ED2 is #BAF12D. Grayscale: #343434. Windows color (decimal): -12251438 or 13766213. OLE color: 13766213.
HSL color Cylindrical-coordinate representation of color #450ED2: hue angle of 256.84º degrees, saturation: 0.88, 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 #450ED2 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 14 | 210 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.18 |
| HSL | 256.84º | 0.88% | 0.44% | - |
| HSV(B) | 256.84º | 0.93% | 0.82% | - |
| XYZ | 14.24 | 6.23 | 61.43 | - |
| YUV | 52.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 210 | 0.67 | 0.93 | 0 | 0.18 | 256.84 | 0.88 | 0.44 |
| Hex | 45 | E | D2 | 43 | 5D | 0 | 12 | 101 | 58 | 2C |
| Octal | 105 | 16 | 322 | 103 | 135 | 0 | 22 | 401 | 130 | 54 |
| Binary | 1000101 | 1110 | 11010010 | 1000011 | 1011101 | 0 | 10010 | 100000001 | 1011000 | 101100 |
Color Harmonies of #450ED2
Complementary color
Monochromatic Colors of #450ED2
Black with #450ED2
Text Example
Text Example
White with #450ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450ED2; }
p { color: rgb(69,14,210); }
H1.HeaderClassName
{
color: #450ED2;
}
.AnyTagClassName
{
color: #450ED2;
}
</style>
background-color css
<style>
a { background-color: #450ED2; }
a { background-color: rgb(69,14,210); }
div.DivClassName
{
background-color: #450ED2;
}
.BgClassName
{
background-color: #450ED2;
}
</style>
border-color css
<style>
span { border-color: #450ED2; }
span { border-color: rgb(69,14,210); }
td.TdClassName
{
border-color: #450ED2;
}
.TagClassName
{
border-color: #450ED2;
}
</style>