Shades of Han Purple #5214EE
Tints of Han Purple #5214EE
RGB
CMYK
RGB Variations
Color information
#5214EE (or 0x5214EE) is known color: Han Purple. HEX triplet: 52, 14 and EE. RGB value is (82,20,238). Sum of RGB (Red+Green+Blue) = 82+20+238=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #5214EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214EE is #ADEB11. Grayscale: #3E3E3E. Windows color (decimal): -11397906 or 15602770. OLE color: 15602770.
HSL color Cylindrical-coordinate representation of color #5214EE: hue angle of 257.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5214EE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 20 | 238 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.07 |
| HSL | 257.06º | 0.87% | 0.51% | - |
| HSV(B) | 257.06º | 0.92% | 0.93% | - |
| XYZ | 19.16 | 8.47 | 81.51 | - |
| YUV | 63.39 | 226.54 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 238 | 0.66 | 0.92 | 0 | 0.07 | 257.06 | 0.87 | 0.51 |
| Hex | 52 | 14 | EE | 42 | 5C | 0 | 7 | 101 | 57 | 33 |
| Octal | 122 | 24 | 356 | 102 | 134 | 0 | 7 | 401 | 127 | 63 |
| Binary | 1010010 | 10100 | 11101110 | 1000010 | 1011100 | 0 | 111 | 100000001 | 1010111 | 110011 |
Color Harmonies of #5214EE
Complementary color
Monochromatic Colors of #5214EE
Black with #5214EE
Text Example
Text Example
White with #5214EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214EE; }
p { color: rgb(82,20,238); }
H1.HeaderClassName
{
color: #5214EE;
}
.AnyTagClassName
{
color: #5214EE;
}
</style>
background-color css
<style>
a { background-color: #5214EE; }
a { background-color: rgb(82,20,238); }
div.DivClassName
{
background-color: #5214EE;
}
.BgClassName
{
background-color: #5214EE;
}
</style>
border-color css
<style>
span { border-color: #5214EE; }
span { border-color: rgb(82,20,238); }
td.TdClassName
{
border-color: #5214EE;
}
.TagClassName
{
border-color: #5214EE;
}
</style>