Shades of Han Purple #4505EC
Tints of Han Purple #4505EC
RGB
CMYK
RGB Variations
Color information
#4505EC (or 0x4505EC) is known color: Han Purple. HEX triplet: 45, 05 and EC. RGB value is (69,5,236). Sum of RGB (Red+Green+Blue) = 69+5+236=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #4505EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4505EC is #BAFA13. Grayscale: #313131. Windows color (decimal): -12253716 or 15467845. OLE color: 15467845.
HSL color Cylindrical-coordinate representation of color #4505EC: hue angle of 256.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4505EC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 5 | 236 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.07 |
| HSL | 256.62º | 0.96% | 0.47% | - |
| HSV(B) | 256.62º | 0.98% | 0.93% | - |
| XYZ | 17.65 | 7.43 | 79.86 | - |
| YUV | 50.47 | 232.7 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 236 | 0.71 | 0.98 | 0 | 0.07 | 256.62 | 0.96 | 0.47 |
| Hex | 45 | 5 | EC | 47 | 62 | 0 | 7 | 101 | 60 | 2F |
| Octal | 105 | 5 | 354 | 107 | 142 | 0 | 7 | 401 | 140 | 57 |
| Binary | 1000101 | 101 | 11101100 | 1000111 | 1100010 | 0 | 111 | 100000001 | 1100000 | 101111 |
Color Harmonies of #4505EC
Complementary color
Monochromatic Colors of #4505EC
Black with #4505EC
Text Example
Text Example
White with #4505EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505EC; }
p { color: rgb(69,5,236); }
H1.HeaderClassName
{
color: #4505EC;
}
.AnyTagClassName
{
color: #4505EC;
}
</style>
background-color css
<style>
a { background-color: #4505EC; }
a { background-color: rgb(69,5,236); }
div.DivClassName
{
background-color: #4505EC;
}
.BgClassName
{
background-color: #4505EC;
}
</style>
border-color css
<style>
span { border-color: #4505EC; }
span { border-color: rgb(69,5,236); }
td.TdClassName
{
border-color: #4505EC;
}
.TagClassName
{
border-color: #4505EC;
}
</style>