Shades of Han Purple #4524EE
Tints of Han Purple #4524EE
RGB
CMYK
RGB Variations
Color information
#4524EE (or 0x4524EE) is known color: Han Purple. HEX triplet: 45, 24 and EE. RGB value is (69,36,238). Sum of RGB (Red+Green+Blue) = 69+36+238=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #4524EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4524EE is #BADB11. Grayscale: #444444. Windows color (decimal): -12245778 or 15606853. OLE color: 15606853.
HSL color Cylindrical-coordinate representation of color #4524EE: hue angle of 249.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4524EE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 36 | 238 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.07 |
| HSL | 249.8º | 0.86% | 0.54% | - |
| HSV(B) | 249.8º | 0.85% | 0.93% | - |
| XYZ | 18.52 | 8.7 | 81.59 | - |
| YUV | 68.9 | 223.43 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 238 | 0.71 | 0.85 | 0 | 0.07 | 249.8 | 0.86 | 0.54 |
| Hex | 45 | 24 | EE | 47 | 55 | 0 | 7 | FA | 56 | 36 |
| Octal | 105 | 44 | 356 | 107 | 125 | 0 | 7 | 372 | 126 | 66 |
| Binary | 1000101 | 100100 | 11101110 | 1000111 | 1010101 | 0 | 111 | 11111010 | 1010110 | 110110 |
Color Harmonies of #4524EE
Complementary color
Monochromatic Colors of #4524EE
Black with #4524EE
Text Example
Text Example
White with #4524EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524EE; }
p { color: rgb(69,36,238); }
H1.HeaderClassName
{
color: #4524EE;
}
.AnyTagClassName
{
color: #4524EE;
}
</style>
background-color css
<style>
a { background-color: #4524EE; }
a { background-color: rgb(69,36,238); }
div.DivClassName
{
background-color: #4524EE;
}
.BgClassName
{
background-color: #4524EE;
}
</style>
border-color css
<style>
span { border-color: #4524EE; }
span { border-color: rgb(69,36,238); }
td.TdClassName
{
border-color: #4524EE;
}
.TagClassName
{
border-color: #4524EE;
}
</style>