Shades of Han Purple #4524E7
Tints of Han Purple #4524E7
RGB
CMYK
RGB Variations
Color information
#4524E7 (or 0x4524E7) is known color: Han Purple. HEX triplet: 45, 24 and E7. RGB value is (69,36,231). Sum of RGB (Red+Green+Blue) = 69+36+231=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 231 (90.62% from 255 or 68.75% from 336); Max value from RGB is 231 - color contains mainly: blue. Hex color #4524E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4524E7 is #BADB18. Grayscale: #434343. Windows color (decimal): -12245785 or 15148101. OLE color: 15148101.
HSL color Cylindrical-coordinate representation of color #4524E7: hue angle of 250.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4524E7 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 36 | 231 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.09 |
| HSL | 250.15º | 0.8% | 0.52% | - |
| HSV(B) | 250.15º | 0.84% | 0.91% | - |
| XYZ | 17.51 | 8.3 | 76.28 | - |
| YUV | 68.1 | 219.93 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 231 | 0.70 | 0.84 | 0 | 0.09 | 250.15 | 0.8 | 0.52 |
| Hex | 45 | 24 | E7 | 46 | 54 | 0 | 9 | FA | 50 | 34 |
| Octal | 105 | 44 | 347 | 106 | 124 | 0 | 11 | 372 | 120 | 64 |
| Binary | 1000101 | 100100 | 11100111 | 1000110 | 1010100 | 0 | 1001 | 11111010 | 1010000 | 110100 |
Color Harmonies of #4524E7
Complementary color
Monochromatic Colors of #4524E7
Black with #4524E7
Text Example
Text Example
White with #4524E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524E7; }
p { color: rgb(69,36,231); }
H1.HeaderClassName
{
color: #4524E7;
}
.AnyTagClassName
{
color: #4524E7;
}
</style>
background-color css
<style>
a { background-color: #4524E7; }
a { background-color: rgb(69,36,231); }
div.DivClassName
{
background-color: #4524E7;
}
.BgClassName
{
background-color: #4524E7;
}
</style>
border-color css
<style>
span { border-color: #4524E7; }
span { border-color: rgb(69,36,231); }
td.TdClassName
{
border-color: #4524E7;
}
.TagClassName
{
border-color: #4524E7;
}
</style>