Shades of Han Purple #5409EE
Tints of Han Purple #5409EE
RGB
CMYK
RGB Variations
Color information
#5409EE (or 0x5409EE) is known color: Han Purple. HEX triplet: 54, 09 and EE. RGB value is (84,9,238). Sum of RGB (Red+Green+Blue) = 84+9+238=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #5409EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5409EE is #ABF611. Grayscale: #383838. Windows color (decimal): -11269650 or 15599956. OLE color: 15599956.
HSL color Cylindrical-coordinate representation of color #5409EE: hue angle of 259.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409EE is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 9 | 238 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.07 |
| HSL | 259.65º | 0.93% | 0.48% | - |
| HSV(B) | 259.65º | 0.96% | 0.93% | - |
| XYZ | 19.19 | 8.25 | 81.47 | - |
| YUV | 57.53 | 229.85 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 238 | 0.65 | 0.96 | 0 | 0.07 | 259.65 | 0.93 | 0.48 |
| Hex | 54 | 9 | EE | 41 | 60 | 0 | 7 | 104 | 5D | 30 |
| Octal | 124 | 11 | 356 | 101 | 140 | 0 | 7 | 404 | 135 | 60 |
| Binary | 1010100 | 1001 | 11101110 | 1000001 | 1100000 | 0 | 111 | 100000100 | 1011101 | 110000 |
Color Harmonies of #5409EE
Complementary color
Monochromatic Colors of #5409EE
Black with #5409EE
Text Example
Text Example
White with #5409EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5409EE; }
p { color: rgb(84,9,238); }
H1.HeaderClassName
{
color: #5409EE;
}
.AnyTagClassName
{
color: #5409EE;
}
</style>
background-color css
<style>
a { background-color: #5409EE; }
a { background-color: rgb(84,9,238); }
div.DivClassName
{
background-color: #5409EE;
}
.BgClassName
{
background-color: #5409EE;
}
</style>
border-color css
<style>
span { border-color: #5409EE; }
span { border-color: rgb(84,9,238); }
td.TdClassName
{
border-color: #5409EE;
}
.TagClassName
{
border-color: #5409EE;
}
</style>