Shades of Han Purple #4529ED
Tints of Han Purple #4529ED
RGB
CMYK
RGB Variations
Color information
#4529ED (or 0x4529ED) is known color: Han Purple. HEX triplet: 45, 29 and ED. RGB value is (69,41,237). Sum of RGB (Red+Green+Blue) = 69+41+237=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #4529ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4529ED is #BAD612. Grayscale: #464646. Windows color (decimal): -12244499 or 15542597. OLE color: 15542597.
HSL color Cylindrical-coordinate representation of color #4529ED: hue angle of 248.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4529ED is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 41 | 237 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.07 |
| HSL | 248.57º | 0.84% | 0.55% | - |
| HSV(B) | 248.57º | 0.83% | 0.93% | - |
| XYZ | 18.53 | 8.97 | 80.87 | - |
| YUV | 71.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 237 | 0.71 | 0.83 | 0 | 0.07 | 248.57 | 0.84 | 0.55 |
| Hex | 45 | 29 | ED | 47 | 53 | 0 | 7 | F9 | 54 | 37 |
| Octal | 105 | 51 | 355 | 107 | 123 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1000101 | 101001 | 11101101 | 1000111 | 1010011 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #4529ED
Complementary color
Monochromatic Colors of #4529ED
Black with #4529ED
Text Example
Text Example
White with #4529ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529ED; }
p { color: rgb(69,41,237); }
H1.HeaderClassName
{
color: #4529ED;
}
.AnyTagClassName
{
color: #4529ED;
}
</style>
background-color css
<style>
a { background-color: #4529ED; }
a { background-color: rgb(69,41,237); }
div.DivClassName
{
background-color: #4529ED;
}
.BgClassName
{
background-color: #4529ED;
}
</style>
border-color css
<style>
span { border-color: #4529ED; }
span { border-color: rgb(69,41,237); }
td.TdClassName
{
border-color: #4529ED;
}
.TagClassName
{
border-color: #4529ED;
}
</style>