Shades of Han Purple #450ED3
Tints of Han Purple #450ED3
RGB
CMYK
RGB Variations
Color information
#450ED3 (or 0x450ED3) is known color: Han Purple. HEX triplet: 45, 0E and D3. RGB value is (69,14,211). Sum of RGB (Red+Green+Blue) = 69+14+211=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 211 (82.81% from 255 or 71.77% from 294); Max value from RGB is 211 - color contains mainly: blue. Hex color #450ED3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ED3 is #BAF12C. Grayscale: #343434. Windows color (decimal): -12251437 or 13831749. OLE color: 13831749.
HSL color Cylindrical-coordinate representation of color #450ED3: hue angle of 256.75º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450ED3 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 14 | 211 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.17 |
| HSL | 256.75º | 0.88% | 0.44% | - |
| HSV(B) | 256.75º | 0.93% | 0.83% | - |
| XYZ | 14.37 | 6.28 | 62.08 | - |
| YUV | 52.9 | 217.22 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 211 | 0.67 | 0.93 | 0 | 0.17 | 256.75 | 0.88 | 0.44 |
| Hex | 45 | E | D3 | 43 | 5D | 0 | 11 | 101 | 58 | 2C |
| Octal | 105 | 16 | 323 | 103 | 135 | 0 | 21 | 401 | 130 | 54 |
| Binary | 1000101 | 1110 | 11010011 | 1000011 | 1011101 | 0 | 10001 | 100000001 | 1011000 | 101100 |
Color Harmonies of #450ED3
Complementary color
Monochromatic Colors of #450ED3
Black with #450ED3
Text Example
Text Example
White with #450ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450ED3; }
p { color: rgb(69,14,211); }
H1.HeaderClassName
{
color: #450ED3;
}
.AnyTagClassName
{
color: #450ED3;
}
</style>
background-color css
<style>
a { background-color: #450ED3; }
a { background-color: rgb(69,14,211); }
div.DivClassName
{
background-color: #450ED3;
}
.BgClassName
{
background-color: #450ED3;
}
</style>
border-color css
<style>
span { border-color: #450ED3; }
span { border-color: rgb(69,14,211); }
td.TdClassName
{
border-color: #450ED3;
}
.TagClassName
{
border-color: #450ED3;
}
</style>