Shades of Han Purple #5415EE
Tints of Han Purple #5415EE
RGB
CMYK
RGB Variations
Color information
#5415EE (or 0x5415EE) is known color: Han Purple. HEX triplet: 54, 15 and EE. RGB value is (84,21,238). Sum of RGB (Red+Green+Blue) = 84+21+238=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #5415EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5415EE is #ABEA11. Grayscale: #3F3F3F. Windows color (decimal): -11266578 or 15603028. OLE color: 15603028.
HSL color Cylindrical-coordinate representation of color #5415EE: hue angle of 257.42º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5415EE is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 21 | 238 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.07 |
| HSL | 257.42º | 0.86% | 0.51% | - |
| HSV(B) | 257.42º | 0.91% | 0.93% | - |
| XYZ | 19.36 | 8.59 | 81.53 | - |
| YUV | 64.58 | 225.87 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 238 | 0.65 | 0.91 | 0 | 0.07 | 257.42 | 0.86 | 0.51 |
| Hex | 54 | 15 | EE | 41 | 5B | 0 | 7 | 101 | 56 | 33 |
| Octal | 124 | 25 | 356 | 101 | 133 | 0 | 7 | 401 | 126 | 63 |
| Binary | 1010100 | 10101 | 11101110 | 1000001 | 1011011 | 0 | 111 | 100000001 | 1010110 | 110011 |
Color Harmonies of #5415EE
Complementary color
Monochromatic Colors of #5415EE
Black with #5415EE
Text Example
Text Example
White with #5415EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5415EE; }
p { color: rgb(84,21,238); }
H1.HeaderClassName
{
color: #5415EE;
}
.AnyTagClassName
{
color: #5415EE;
}
</style>
background-color css
<style>
a { background-color: #5415EE; }
a { background-color: rgb(84,21,238); }
div.DivClassName
{
background-color: #5415EE;
}
.BgClassName
{
background-color: #5415EE;
}
</style>
border-color css
<style>
span { border-color: #5415EE; }
span { border-color: rgb(84,21,238); }
td.TdClassName
{
border-color: #5415EE;
}
.TagClassName
{
border-color: #5415EE;
}
</style>