Shades of Han Purple #4525EA
Tints of Han Purple #4525EA
RGB
CMYK
RGB Variations
Color information
#4525EA (or 0x4525EA) is known color: Han Purple. HEX triplet: 45, 25 and EA. RGB value is (69,37,234). Sum of RGB (Red+Green+Blue) = 69+37+234=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #4525EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4525EA is #BADA15. Grayscale: #444444. Windows color (decimal): -12245526 or 15344965. OLE color: 15344965.
HSL color Cylindrical-coordinate representation of color #4525EA: hue angle of 249.75º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4525EA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 37 | 234 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.08 |
| HSL | 249.75º | 0.82% | 0.53% | - |
| HSV(B) | 249.75º | 0.84% | 0.92% | - |
| XYZ | 17.97 | 8.53 | 78.54 | - |
| YUV | 69.03 | 221.1 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 234 | 0.71 | 0.84 | 0 | 0.08 | 249.75 | 0.82 | 0.53 |
| Hex | 45 | 25 | EA | 47 | 54 | 0 | 8 | FA | 52 | 35 |
| Octal | 105 | 45 | 352 | 107 | 124 | 0 | 10 | 372 | 122 | 65 |
| Binary | 1000101 | 100101 | 11101010 | 1000111 | 1010100 | 0 | 1000 | 11111010 | 1010010 | 110101 |
Color Harmonies of #4525EA
Complementary color
Monochromatic Colors of #4525EA
Black with #4525EA
Text Example
Text Example
White with #4525EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525EA; }
p { color: rgb(69,37,234); }
H1.HeaderClassName
{
color: #4525EA;
}
.AnyTagClassName
{
color: #4525EA;
}
</style>
background-color css
<style>
a { background-color: #4525EA; }
a { background-color: rgb(69,37,234); }
div.DivClassName
{
background-color: #4525EA;
}
.BgClassName
{
background-color: #4525EA;
}
</style>
border-color css
<style>
span { border-color: #4525EA; }
span { border-color: rgb(69,37,234); }
td.TdClassName
{
border-color: #4525EA;
}
.TagClassName
{
border-color: #4525EA;
}
</style>