Shades of Han Purple #5214EF
Tints of Han Purple #5214EF
RGB
CMYK
RGB Variations
Color information
#5214EF (or 0x5214EF) is known color: Han Purple. HEX triplet: 52, 14 and EF. RGB value is (82,20,239). Sum of RGB (Red+Green+Blue) = 82+20+239=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #5214EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214EF is #ADEB10. Grayscale: #3E3E3E. Windows color (decimal): -11397905 or 15668306. OLE color: 15668306.
HSL color Cylindrical-coordinate representation of color #5214EF: hue angle of 256.99º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5214EF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 20 | 239 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.06 |
| HSL | 256.99º | 0.87% | 0.51% | - |
| HSV(B) | 256.99º | 0.92% | 0.94% | - |
| XYZ | 19.31 | 8.53 | 82.29 | - |
| YUV | 63.5 | 227.04 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 239 | 0.66 | 0.92 | 0 | 0.06 | 256.99 | 0.87 | 0.51 |
| Hex | 52 | 14 | EF | 42 | 5C | 0 | 6 | 101 | 57 | 33 |
| Octal | 122 | 24 | 357 | 102 | 134 | 0 | 6 | 401 | 127 | 63 |
| Binary | 1010010 | 10100 | 11101111 | 1000010 | 1011100 | 0 | 110 | 100000001 | 1010111 | 110011 |
Color Harmonies of #5214EF
Complementary color
Monochromatic Colors of #5214EF
Black with #5214EF
Text Example
Text Example
White with #5214EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214EF; }
p { color: rgb(82,20,239); }
H1.HeaderClassName
{
color: #5214EF;
}
.AnyTagClassName
{
color: #5214EF;
}
</style>
background-color css
<style>
a { background-color: #5214EF; }
a { background-color: rgb(82,20,239); }
div.DivClassName
{
background-color: #5214EF;
}
.BgClassName
{
background-color: #5214EF;
}
</style>
border-color css
<style>
span { border-color: #5214EF; }
span { border-color: rgb(82,20,239); }
td.TdClassName
{
border-color: #5214EF;
}
.TagClassName
{
border-color: #5214EF;
}
</style>