Shades of Han Purple #550BE1
Tints of Han Purple #550BE1
RGB
CMYK
RGB Variations
Color information
#550BE1 (or 0x550BE1) is known color: Han Purple. HEX triplet: 55, 0B and E1. RGB value is (85,11,225). Sum of RGB (Red+Green+Blue) = 85+11+225=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #550BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BE1 is #AAF41E. Grayscale: #383838. Windows color (decimal): -11203615 or 14748501. OLE color: 14748501.
HSL color Cylindrical-coordinate representation of color #550BE1: hue angle of 260.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BE1 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 11 | 225 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.12 |
| HSL | 260.75º | 0.91% | 0.46% | - |
| HSV(B) | 260.75º | 0.95% | 0.88% | - |
| XYZ | 17.46 | 7.61 | 71.78 | - |
| YUV | 57.52 | 222.52 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 225 | 0.62 | 0.95 | 0 | 0.12 | 260.75 | 0.91 | 0.46 |
| Hex | 55 | B | E1 | 3E | 5F | 0 | C | 105 | 5B | 2E |
| Octal | 125 | 13 | 341 | 76 | 137 | 0 | 14 | 405 | 133 | 56 |
| Binary | 1010101 | 1011 | 11100001 | 111110 | 1011111 | 0 | 1100 | 100000101 | 1011011 | 101110 |
Color Harmonies of #550BE1
Complementary color
Monochromatic Colors of #550BE1
Black with #550BE1
Text Example
Text Example
White with #550BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BE1; }
p { color: rgb(85,11,225); }
H1.HeaderClassName
{
color: #550BE1;
}
.AnyTagClassName
{
color: #550BE1;
}
</style>
background-color css
<style>
a { background-color: #550BE1; }
a { background-color: rgb(85,11,225); }
div.DivClassName
{
background-color: #550BE1;
}
.BgClassName
{
background-color: #550BE1;
}
</style>
border-color css
<style>
span { border-color: #550BE1; }
span { border-color: rgb(85,11,225); }
td.TdClassName
{
border-color: #550BE1;
}
.TagClassName
{
border-color: #550BE1;
}
</style>