Shades of Han Purple #551BE1
Tints of Han Purple #551BE1
RGB
CMYK
RGB Variations
Color information
#551BE1 (or 0x551BE1) is known color: Han Purple. HEX triplet: 55, 1B and E1. RGB value is (85,27,225). Sum of RGB (Red+Green+Blue) = 85+27+225=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #551BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BE1 is #AAE41E. Grayscale: #424242. Windows color (decimal): -11199519 or 14752597. OLE color: 14752597.
HSL color Cylindrical-coordinate representation of color #551BE1: hue angle of 257.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551BE1 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 27 | 225 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.58º | 0.79% | 0.49% | - |
| HSV(B) | 257.58º | 0.88% | 0.88% | - |
| XYZ | 17.73 | 8.15 | 71.87 | - |
| YUV | 66.91 | 217.22 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 225 | 0.62 | 0.88 | 0 | 0.12 | 257.58 | 0.79 | 0.49 |
| Hex | 55 | 1B | E1 | 3E | 58 | 0 | C | 102 | 4F | 31 |
| Octal | 125 | 33 | 341 | 76 | 130 | 0 | 14 | 402 | 117 | 61 |
| Binary | 1010101 | 11011 | 11100001 | 111110 | 1011000 | 0 | 1100 | 100000010 | 1001111 | 110001 |
Color Harmonies of #551BE1
Complementary color
Monochromatic Colors of #551BE1
Black with #551BE1
Text Example
Text Example
White with #551BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BE1; }
p { color: rgb(85,27,225); }
H1.HeaderClassName
{
color: #551BE1;
}
.AnyTagClassName
{
color: #551BE1;
}
</style>
background-color css
<style>
a { background-color: #551BE1; }
a { background-color: rgb(85,27,225); }
div.DivClassName
{
background-color: #551BE1;
}
.BgClassName
{
background-color: #551BE1;
}
</style>
border-color css
<style>
span { border-color: #551BE1; }
span { border-color: rgb(85,27,225); }
td.TdClassName
{
border-color: #551BE1;
}
.TagClassName
{
border-color: #551BE1;
}
</style>