Shades of Han Purple #4525EF
Tints of Han Purple #4525EF
RGB
CMYK
RGB Variations
Color information
#4525EF (or 0x4525EF) is known color: Han Purple. HEX triplet: 45, 25 and EF. RGB value is (69,37,239). Sum of RGB (Red+Green+Blue) = 69+37+239=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #4525EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4525EF is #BADA10. Grayscale: #444444. Windows color (decimal): -12245521 or 15672645. OLE color: 15672645.
HSL color Cylindrical-coordinate representation of color #4525EF: hue angle of 249.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4525EF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 37 | 239 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.06 |
| HSL | 249.5º | 0.86% | 0.54% | - |
| HSV(B) | 249.5º | 0.85% | 0.94% | - |
| XYZ | 18.7 | 8.82 | 82.38 | - |
| YUV | 69.6 | 223.6 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 239 | 0.71 | 0.85 | 0 | 0.06 | 249.5 | 0.86 | 0.54 |
| Hex | 45 | 25 | EF | 47 | 55 | 0 | 6 | FA | 56 | 36 |
| Octal | 105 | 45 | 357 | 107 | 125 | 0 | 6 | 372 | 126 | 66 |
| Binary | 1000101 | 100101 | 11101111 | 1000111 | 1010101 | 0 | 110 | 11111010 | 1010110 | 110110 |
Color Harmonies of #4525EF
Complementary color
Monochromatic Colors of #4525EF
Black with #4525EF
Text Example
Text Example
White with #4525EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525EF; }
p { color: rgb(69,37,239); }
H1.HeaderClassName
{
color: #4525EF;
}
.AnyTagClassName
{
color: #4525EF;
}
</style>
background-color css
<style>
a { background-color: #4525EF; }
a { background-color: rgb(69,37,239); }
div.DivClassName
{
background-color: #4525EF;
}
.BgClassName
{
background-color: #4525EF;
}
</style>
border-color css
<style>
span { border-color: #4525EF; }
span { border-color: rgb(69,37,239); }
td.TdClassName
{
border-color: #4525EF;
}
.TagClassName
{
border-color: #4525EF;
}
</style>