Shades of Han Purple #4530EC
Tints of Han Purple #4530EC
RGB
CMYK
RGB Variations
Color information
#4530EC (or 0x4530EC) is known color: Han Purple. HEX triplet: 45, 30 and EC. RGB value is (69,48,236). Sum of RGB (Red+Green+Blue) = 69+48+236=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #4530EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530EC is #BACF13. Grayscale: #4A4A4A. Windows color (decimal): -12242708 or 15478853. OLE color: 15478853.
HSL color Cylindrical-coordinate representation of color #4530EC: hue angle of 246.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4530EC is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 48 | 236 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.07 |
| HSL | 246.7º | 0.83% | 0.56% | - |
| HSV(B) | 246.7º | 0.8% | 0.93% | - |
| XYZ | 18.65 | 9.44 | 80.2 | - |
| YUV | 75.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 236 | 0.71 | 0.80 | 0 | 0.07 | 246.7 | 0.83 | 0.56 |
| Hex | 45 | 30 | EC | 47 | 50 | 0 | 7 | F7 | 53 | 38 |
| Octal | 105 | 60 | 354 | 107 | 120 | 0 | 7 | 367 | 123 | 70 |
| Binary | 1000101 | 110000 | 11101100 | 1000111 | 1010000 | 0 | 111 | 11110111 | 1010011 | 111000 |
Color Harmonies of #4530EC
Complementary color
Monochromatic Colors of #4530EC
Black with #4530EC
Text Example
Text Example
White with #4530EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530EC; }
p { color: rgb(69,48,236); }
H1.HeaderClassName
{
color: #4530EC;
}
.AnyTagClassName
{
color: #4530EC;
}
</style>
background-color css
<style>
a { background-color: #4530EC; }
a { background-color: rgb(69,48,236); }
div.DivClassName
{
background-color: #4530EC;
}
.BgClassName
{
background-color: #4530EC;
}
</style>
border-color css
<style>
span { border-color: #4530EC; }
span { border-color: rgb(69,48,236); }
td.TdClassName
{
border-color: #4530EC;
}
.TagClassName
{
border-color: #4530EC;
}
</style>