Shades of Han Purple #550AE9
Tints of Han Purple #550AE9
RGB
CMYK
RGB Variations
Color information
#550AE9 (or 0x550AE9) is known color: Han Purple. HEX triplet: 55, 0A and E9. RGB value is (85,10,233). Sum of RGB (Red+Green+Blue) = 85+10+233=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #550AE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550AE9 is #AAF516. Grayscale: #393939. Windows color (decimal): -11203863 or 15272533. OLE color: 15272533.
HSL color Cylindrical-coordinate representation of color #550AE9: hue angle of 260.18º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550AE9 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 10 | 233 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.09 |
| HSL | 260.18º | 0.92% | 0.48% | - |
| HSV(B) | 260.18º | 0.96% | 0.91% | - |
| XYZ | 18.56 | 8.03 | 77.66 | - |
| YUV | 57.85 | 226.85 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 233 | 0.64 | 0.96 | 0 | 0.09 | 260.18 | 0.92 | 0.48 |
| Hex | 55 | A | E9 | 40 | 60 | 0 | 9 | 104 | 5C | 30 |
| Octal | 125 | 12 | 351 | 100 | 140 | 0 | 11 | 404 | 134 | 60 |
| Binary | 1010101 | 1010 | 11101001 | 1000000 | 1100000 | 0 | 1001 | 100000100 | 1011100 | 110000 |
Color Harmonies of #550AE9
Complementary color
Monochromatic Colors of #550AE9
Black with #550AE9
Text Example
Text Example
White with #550AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AE9; }
p { color: rgb(85,10,233); }
H1.HeaderClassName
{
color: #550AE9;
}
.AnyTagClassName
{
color: #550AE9;
}
</style>
background-color css
<style>
a { background-color: #550AE9; }
a { background-color: rgb(85,10,233); }
div.DivClassName
{
background-color: #550AE9;
}
.BgClassName
{
background-color: #550AE9;
}
</style>
border-color css
<style>
span { border-color: #550AE9; }
span { border-color: rgb(85,10,233); }
td.TdClassName
{
border-color: #550AE9;
}
.TagClassName
{
border-color: #550AE9;
}
</style>