Shades of Han Purple #551BEB
Tints of Han Purple #551BEB
RGB
CMYK
RGB Variations
Color information
#551BEB (or 0x551BEB) is known color: Han Purple. HEX triplet: 55, 1B and EB. RGB value is (85,27,235). Sum of RGB (Red+Green+Blue) = 85+27+235=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #551BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551BEB is #AAE414. Grayscale: #434343. Windows color (decimal): -11199509 or 15407957. OLE color: 15407957.
HSL color Cylindrical-coordinate representation of color #551BEB: hue angle of 256.73º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551BEB is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 27 | 235 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.08 |
| HSL | 256.73º | 0.84% | 0.51% | - |
| HSV(B) | 256.73º | 0.89% | 0.92% | - |
| XYZ | 19.13 | 8.71 | 79.27 | - |
| YUV | 68.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 235 | 0.64 | 0.89 | 0 | 0.08 | 256.73 | 0.84 | 0.51 |
| Hex | 55 | 1B | EB | 40 | 59 | 0 | 8 | 101 | 54 | 33 |
| Octal | 125 | 33 | 353 | 100 | 131 | 0 | 10 | 401 | 124 | 63 |
| Binary | 1010101 | 11011 | 11101011 | 1000000 | 1011001 | 0 | 1000 | 100000001 | 1010100 | 110011 |
Color Harmonies of #551BEB
Complementary color
Monochromatic Colors of #551BEB
Black with #551BEB
Text Example
Text Example
White with #551BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BEB; }
p { color: rgb(85,27,235); }
H1.HeaderClassName
{
color: #551BEB;
}
.AnyTagClassName
{
color: #551BEB;
}
</style>
background-color css
<style>
a { background-color: #551BEB; }
a { background-color: rgb(85,27,235); }
div.DivClassName
{
background-color: #551BEB;
}
.BgClassName
{
background-color: #551BEB;
}
</style>
border-color css
<style>
span { border-color: #551BEB; }
span { border-color: rgb(85,27,235); }
td.TdClassName
{
border-color: #551BEB;
}
.TagClassName
{
border-color: #551BEB;
}
</style>