Shades of Han Purple #550EF1
Tints of Han Purple #550EF1
RGB
CMYK
RGB Variations
Color information
#550EF1 (or 0x550EF1) is known color: Han Purple. HEX triplet: 55, 0E and F1. RGB value is (85,14,241). Sum of RGB (Red+Green+Blue) = 85+14+241=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #550EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EF1 is #AAF10E. Grayscale: #3C3C3C. Windows color (decimal): -11202831 or 15797845. OLE color: 15797845.
HSL color Cylindrical-coordinate representation of color #550EF1: hue angle of 258.77º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EF1 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 14 | 241 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.05 |
| HSL | 258.77º | 0.89% | 0.5% | - |
| HSV(B) | 258.77º | 0.94% | 0.95% | - |
| XYZ | 19.78 | 8.6 | 83.84 | - |
| YUV | 61.11 | 229.52 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 241 | 0.65 | 0.94 | 0 | 0.05 | 258.77 | 0.89 | 0.5 |
| Hex | 55 | E | F1 | 41 | 5E | 0 | 5 | 103 | 59 | 32 |
| Octal | 125 | 16 | 361 | 101 | 136 | 0 | 5 | 403 | 131 | 62 |
| Binary | 1010101 | 1110 | 11110001 | 1000001 | 1011110 | 0 | 101 | 100000011 | 1011001 | 110010 |
Color Harmonies of #550EF1
Complementary color
Monochromatic Colors of #550EF1
Black with #550EF1
Text Example
Text Example
White with #550EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EF1; }
p { color: rgb(85,14,241); }
H1.HeaderClassName
{
color: #550EF1;
}
.AnyTagClassName
{
color: #550EF1;
}
</style>
background-color css
<style>
a { background-color: #550EF1; }
a { background-color: rgb(85,14,241); }
div.DivClassName
{
background-color: #550EF1;
}
.BgClassName
{
background-color: #550EF1;
}
</style>
border-color css
<style>
span { border-color: #550EF1; }
span { border-color: rgb(85,14,241); }
td.TdClassName
{
border-color: #550EF1;
}
.TagClassName
{
border-color: #550EF1;
}
</style>