Shades of Han Purple #5214E7
Tints of Han Purple #5214E7
RGB
CMYK
RGB Variations
Color information
#5214E7 (or 0x5214E7) is known color: Han Purple. HEX triplet: 52, 14 and E7. RGB value is (82,20,231). Sum of RGB (Red+Green+Blue) = 82+20+231=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 231 (90.62% from 255 or 69.37% from 333); Max value from RGB is 231 - color contains mainly: blue. Hex color #5214E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214E7 is #ADEB18. Grayscale: #3D3D3D. Windows color (decimal): -11397913 or 15144018. OLE color: 15144018.
HSL color Cylindrical-coordinate representation of color #5214E7: hue angle of 257.63º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5214E7 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 20 | 231 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.09 |
| HSL | 257.63º | 0.84% | 0.49% | - |
| HSV(B) | 257.63º | 0.91% | 0.91% | - |
| XYZ | 18.15 | 8.06 | 76.2 | - |
| YUV | 62.59 | 223.04 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 231 | 0.65 | 0.91 | 0 | 0.09 | 257.63 | 0.84 | 0.49 |
| Hex | 52 | 14 | E7 | 41 | 5B | 0 | 9 | 102 | 54 | 31 |
| Octal | 122 | 24 | 347 | 101 | 133 | 0 | 11 | 402 | 124 | 61 |
| Binary | 1010010 | 10100 | 11100111 | 1000001 | 1011011 | 0 | 1001 | 100000010 | 1010100 | 110001 |
Color Harmonies of #5214E7
Complementary color
Monochromatic Colors of #5214E7
Black with #5214E7
Text Example
Text Example
White with #5214E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214E7; }
p { color: rgb(82,20,231); }
H1.HeaderClassName
{
color: #5214E7;
}
.AnyTagClassName
{
color: #5214E7;
}
</style>
background-color css
<style>
a { background-color: #5214E7; }
a { background-color: rgb(82,20,231); }
div.DivClassName
{
background-color: #5214E7;
}
.BgClassName
{
background-color: #5214E7;
}
</style>
border-color css
<style>
span { border-color: #5214E7; }
span { border-color: rgb(82,20,231); }
td.TdClassName
{
border-color: #5214E7;
}
.TagClassName
{
border-color: #5214E7;
}
</style>