Shades of Han Purple #550FED
Tints of Han Purple #550FED
RGB
CMYK
RGB Variations
Color information
#550FED (or 0x550FED) is known color: Han Purple. HEX triplet: 55, 0F and ED. RGB value is (85,15,237). Sum of RGB (Red+Green+Blue) = 85+15+237=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #550FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FED is #AAF012. Grayscale: #3C3C3C. Windows color (decimal): -11202579 or 15535957. OLE color: 15535957.
HSL color Cylindrical-coordinate representation of color #550FED: hue angle of 258.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550FED is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 15 | 237 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.07 |
| HSL | 258.92º | 0.88% | 0.49% | - |
| HSV(B) | 258.92º | 0.94% | 0.93% | - |
| XYZ | 19.2 | 8.39 | 80.73 | - |
| YUV | 61.24 | 227.19 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 237 | 0.64 | 0.94 | 0 | 0.07 | 258.92 | 0.88 | 0.49 |
| Hex | 55 | F | ED | 40 | 5E | 0 | 7 | 103 | 58 | 31 |
| Octal | 125 | 17 | 355 | 100 | 136 | 0 | 7 | 403 | 130 | 61 |
| Binary | 1010101 | 1111 | 11101101 | 1000000 | 1011110 | 0 | 111 | 100000011 | 1011000 | 110001 |
Color Harmonies of #550FED
Complementary color
Monochromatic Colors of #550FED
Black with #550FED
Text Example
Text Example
White with #550FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FED; }
p { color: rgb(85,15,237); }
H1.HeaderClassName
{
color: #550FED;
}
.AnyTagClassName
{
color: #550FED;
}
</style>
background-color css
<style>
a { background-color: #550FED; }
a { background-color: rgb(85,15,237); }
div.DivClassName
{
background-color: #550FED;
}
.BgClassName
{
background-color: #550FED;
}
</style>
border-color css
<style>
span { border-color: #550FED; }
span { border-color: rgb(85,15,237); }
td.TdClassName
{
border-color: #550FED;
}
.TagClassName
{
border-color: #550FED;
}
</style>