Shades of Han Purple #550EEA
Tints of Han Purple #550EEA
RGB
CMYK
RGB Variations
Color information
#550EEA (or 0x550EEA) is known color: Han Purple. HEX triplet: 55, 0E and EA. RGB value is (85,14,234). Sum of RGB (Red+Green+Blue) = 85+14+234=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #550EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EEA is #AAF115. Grayscale: #3B3B3B. Windows color (decimal): -11202838 or 15339093. OLE color: 15339093.
HSL color Cylindrical-coordinate representation of color #550EEA: hue angle of 259.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EEA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 14 | 234 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.08 |
| HSL | 259.36º | 0.89% | 0.49% | - |
| HSV(B) | 259.36º | 0.94% | 0.92% | - |
| XYZ | 18.75 | 8.19 | 78.43 | - |
| YUV | 60.31 | 226.02 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 234 | 0.64 | 0.94 | 0 | 0.08 | 259.36 | 0.89 | 0.49 |
| Hex | 55 | E | EA | 40 | 5E | 0 | 8 | 103 | 59 | 31 |
| Octal | 125 | 16 | 352 | 100 | 136 | 0 | 10 | 403 | 131 | 61 |
| Binary | 1010101 | 1110 | 11101010 | 1000000 | 1011110 | 0 | 1000 | 100000011 | 1011001 | 110001 |
Color Harmonies of #550EEA
Complementary color
Monochromatic Colors of #550EEA
Black with #550EEA
Text Example
Text Example
White with #550EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EEA; }
p { color: rgb(85,14,234); }
H1.HeaderClassName
{
color: #550EEA;
}
.AnyTagClassName
{
color: #550EEA;
}
</style>
background-color css
<style>
a { background-color: #550EEA; }
a { background-color: rgb(85,14,234); }
div.DivClassName
{
background-color: #550EEA;
}
.BgClassName
{
background-color: #550EEA;
}
</style>
border-color css
<style>
span { border-color: #550EEA; }
span { border-color: rgb(85,14,234); }
td.TdClassName
{
border-color: #550EEA;
}
.TagClassName
{
border-color: #550EEA;
}
</style>