Shades of Han Purple #532EEA
Tints of Han Purple #532EEA
RGB
CMYK
RGB Variations
Color information
#532EEA (or 0x532EEA) is known color: Han Purple. HEX triplet: 53, 2E and EA. RGB value is (83,46,234). Sum of RGB (Red+Green+Blue) = 83+46+234=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #532EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532EEA is #ACD115. Grayscale: #4D4D4D. Windows color (decimal): -11325718 or 15347283. OLE color: 15347283.
HSL color Cylindrical-coordinate representation of color #532EEA: hue angle of 251.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532EEA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 46 | 234 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.08 |
| HSL | 251.81º | 0.82% | 0.55% | - |
| HSV(B) | 251.81º | 0.8% | 0.92% | - |
| XYZ | 19.4 | 9.73 | 78.7 | - |
| YUV | 78.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 234 | 0.65 | 0.80 | 0 | 0.08 | 251.81 | 0.82 | 0.55 |
| Hex | 53 | 2E | EA | 41 | 50 | 0 | 8 | FC | 52 | 37 |
| Octal | 123 | 56 | 352 | 101 | 120 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010011 | 101110 | 11101010 | 1000001 | 1010000 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #532EEA
Complementary color
Monochromatic Colors of #532EEA
Black with #532EEA
Text Example
Text Example
White with #532EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532EEA; }
p { color: rgb(83,46,234); }
H1.HeaderClassName
{
color: #532EEA;
}
.AnyTagClassName
{
color: #532EEA;
}
</style>
background-color css
<style>
a { background-color: #532EEA; }
a { background-color: rgb(83,46,234); }
div.DivClassName
{
background-color: #532EEA;
}
.BgClassName
{
background-color: #532EEA;
}
</style>
border-color css
<style>
span { border-color: #532EEA; }
span { border-color: rgb(83,46,234); }
td.TdClassName
{
border-color: #532EEA;
}
.TagClassName
{
border-color: #532EEA;
}
</style>