Shades of Han Purple #532FEA
Tints of Han Purple #532FEA
RGB
CMYK
RGB Variations
Color information
#532FEA (or 0x532FEA) is known color: Han Purple. HEX triplet: 53, 2F and EA. RGB value is (83,47,234). Sum of RGB (Red+Green+Blue) = 83+47+234=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #532FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532FEA is #ACD015. Grayscale: #4E4E4E. Windows color (decimal): -11325462 or 15347539. OLE color: 15347539.
HSL color Cylindrical-coordinate representation of color #532FEA: hue angle of 251.55º 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 #532FEA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 47 | 234 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.08 |
| HSL | 251.55º | 0.82% | 0.55% | - |
| HSV(B) | 251.55º | 0.8% | 0.92% | - |
| XYZ | 19.44 | 9.81 | 78.71 | - |
| YUV | 79.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 234 | 0.65 | 0.80 | 0 | 0.08 | 251.55 | 0.82 | 0.55 |
| Hex | 53 | 2F | EA | 41 | 50 | 0 | 8 | FC | 52 | 37 |
| Octal | 123 | 57 | 352 | 101 | 120 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010011 | 101111 | 11101010 | 1000001 | 1010000 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #532FEA
Complementary color
Monochromatic Colors of #532FEA
Black with #532FEA
Text Example
Text Example
White with #532FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FEA; }
p { color: rgb(83,47,234); }
H1.HeaderClassName
{
color: #532FEA;
}
.AnyTagClassName
{
color: #532FEA;
}
</style>
background-color css
<style>
a { background-color: #532FEA; }
a { background-color: rgb(83,47,234); }
div.DivClassName
{
background-color: #532FEA;
}
.BgClassName
{
background-color: #532FEA;
}
</style>
border-color css
<style>
span { border-color: #532FEA; }
span { border-color: rgb(83,47,234); }
td.TdClassName
{
border-color: #532FEA;
}
.TagClassName
{
border-color: #532FEA;
}
</style>