Shades of Han Purple #5413EE
Tints of Han Purple #5413EE
RGB
CMYK
RGB Variations
Color information
#5413EE (or 0x5413EE) is known color: Han Purple. HEX triplet: 54, 13 and EE. RGB value is (84,19,238). Sum of RGB (Red+Green+Blue) = 84+19+238=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #5413EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5413EE is #ABEC11. Grayscale: #3E3E3E. Windows color (decimal): -11267090 or 15602516. OLE color: 15602516.
HSL color Cylindrical-coordinate representation of color #5413EE: hue angle of 257.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5413EE is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 19 | 238 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.07 |
| HSL | 257.81º | 0.87% | 0.5% | - |
| HSV(B) | 257.81º | 0.92% | 0.93% | - |
| XYZ | 19.32 | 8.52 | 81.52 | - |
| YUV | 63.4 | 226.53 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 238 | 0.65 | 0.92 | 0 | 0.07 | 257.81 | 0.87 | 0.5 |
| Hex | 54 | 13 | EE | 41 | 5C | 0 | 7 | 102 | 57 | 32 |
| Octal | 124 | 23 | 356 | 101 | 134 | 0 | 7 | 402 | 127 | 62 |
| Binary | 1010100 | 10011 | 11101110 | 1000001 | 1011100 | 0 | 111 | 100000010 | 1010111 | 110010 |
Color Harmonies of #5413EE
Complementary color
Monochromatic Colors of #5413EE
Black with #5413EE
Text Example
Text Example
White with #5413EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5413EE; }
p { color: rgb(84,19,238); }
H1.HeaderClassName
{
color: #5413EE;
}
.AnyTagClassName
{
color: #5413EE;
}
</style>
background-color css
<style>
a { background-color: #5413EE; }
a { background-color: rgb(84,19,238); }
div.DivClassName
{
background-color: #5413EE;
}
.BgClassName
{
background-color: #5413EE;
}
</style>
border-color css
<style>
span { border-color: #5413EE; }
span { border-color: rgb(84,19,238); }
td.TdClassName
{
border-color: #5413EE;
}
.TagClassName
{
border-color: #5413EE;
}
</style>