Shades of Han Purple #550BE5
Tints of Han Purple #550BE5
RGB
CMYK
RGB Variations
Color information
#550BE5 (or 0x550BE5) is known color: Han Purple. HEX triplet: 55, 0B and E5. RGB value is (85,11,229). Sum of RGB (Red+Green+Blue) = 85+11+229=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #550BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BE5 is #AAF41A. Grayscale: #393939. Windows color (decimal): -11203611 or 15010645. OLE color: 15010645.
HSL color Cylindrical-coordinate representation of color #550BE5: hue angle of 260.37º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BE5 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 11 | 229 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.10 |
| HSL | 260.37º | 0.91% | 0.47% | - |
| HSV(B) | 260.37º | 0.95% | 0.9% | - |
| XYZ | 18.01 | 7.83 | 74.69 | - |
| YUV | 57.98 | 224.52 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 229 | 0.63 | 0.95 | 0 | 0.10 | 260.37 | 0.91 | 0.47 |
| Hex | 55 | B | E5 | 3F | 5F | 0 | A | 104 | 5B | 2F |
| Octal | 125 | 13 | 345 | 77 | 137 | 0 | 12 | 404 | 133 | 57 |
| Binary | 1010101 | 1011 | 11100101 | 111111 | 1011111 | 0 | 1010 | 100000100 | 1011011 | 101111 |
Color Harmonies of #550BE5
Complementary color
Monochromatic Colors of #550BE5
Black with #550BE5
Text Example
Text Example
White with #550BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BE5; }
p { color: rgb(85,11,229); }
H1.HeaderClassName
{
color: #550BE5;
}
.AnyTagClassName
{
color: #550BE5;
}
</style>
background-color css
<style>
a { background-color: #550BE5; }
a { background-color: rgb(85,11,229); }
div.DivClassName
{
background-color: #550BE5;
}
.BgClassName
{
background-color: #550BE5;
}
</style>
border-color css
<style>
span { border-color: #550BE5; }
span { border-color: rgb(85,11,229); }
td.TdClassName
{
border-color: #550BE5;
}
.TagClassName
{
border-color: #550BE5;
}
</style>