Shades of Han Purple #4532EA
Tints of Han Purple #4532EA
RGB
CMYK
RGB Variations
Color information
#4532EA (or 0x4532EA) is known color: Han Purple. HEX triplet: 45, 32 and EA. RGB value is (69,50,234). Sum of RGB (Red+Green+Blue) = 69+50+234=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4532EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4532EA is #BACD15. Grayscale: #4B4B4B. Windows color (decimal): -12242198 or 15348293. OLE color: 15348293.
HSL color Cylindrical-coordinate representation of color #4532EA: hue angle of 246.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4532EA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 50 | 234 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.08 |
| HSL | 246.2º | 0.81% | 0.56% | - |
| HSV(B) | 246.2º | 0.79% | 0.92% | - |
| XYZ | 18.45 | 9.49 | 78.7 | - |
| YUV | 76.66 | 216.79 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 234 | 0.71 | 0.79 | 0 | 0.08 | 246.2 | 0.81 | 0.56 |
| Hex | 45 | 32 | EA | 47 | 4F | 0 | 8 | F6 | 51 | 38 |
| Octal | 105 | 62 | 352 | 107 | 117 | 0 | 10 | 366 | 121 | 70 |
| Binary | 1000101 | 110010 | 11101010 | 1000111 | 1001111 | 0 | 1000 | 11110110 | 1010001 | 111000 |
Color Harmonies of #4532EA
Complementary color
Monochromatic Colors of #4532EA
Black with #4532EA
Text Example
Text Example
White with #4532EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4532EA; }
p { color: rgb(69,50,234); }
H1.HeaderClassName
{
color: #4532EA;
}
.AnyTagClassName
{
color: #4532EA;
}
</style>
background-color css
<style>
a { background-color: #4532EA; }
a { background-color: rgb(69,50,234); }
div.DivClassName
{
background-color: #4532EA;
}
.BgClassName
{
background-color: #4532EA;
}
</style>
border-color css
<style>
span { border-color: #4532EA; }
span { border-color: rgb(69,50,234); }
td.TdClassName
{
border-color: #4532EA;
}
.TagClassName
{
border-color: #4532EA;
}
</style>