Shades of Han Purple #551BEA
Tints of Han Purple #551BEA
RGB
CMYK
RGB Variations
Color information
#551BEA (or 0x551BEA) is known color: Han Purple. HEX triplet: 55, 1B and EA. RGB value is (85,27,234). Sum of RGB (Red+Green+Blue) = 85+27+234=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #551BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551BEA is #AAE415. Grayscale: #434343. Windows color (decimal): -11199510 or 15342421. OLE color: 15342421.
HSL color Cylindrical-coordinate representation of color #551BEA: hue angle of 256.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551BEA is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 27 | 234 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.08 |
| HSL | 256.81º | 0.83% | 0.51% | - |
| HSV(B) | 256.81º | 0.88% | 0.92% | - |
| XYZ | 18.99 | 8.66 | 78.51 | - |
| YUV | 67.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 234 | 0.64 | 0.88 | 0 | 0.08 | 256.81 | 0.83 | 0.51 |
| Hex | 55 | 1B | EA | 40 | 58 | 0 | 8 | 101 | 53 | 33 |
| Octal | 125 | 33 | 352 | 100 | 130 | 0 | 10 | 401 | 123 | 63 |
| Binary | 1010101 | 11011 | 11101010 | 1000000 | 1011000 | 0 | 1000 | 100000001 | 1010011 | 110011 |
Color Harmonies of #551BEA
Complementary color
Monochromatic Colors of #551BEA
Black with #551BEA
Text Example
Text Example
White with #551BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BEA; }
p { color: rgb(85,27,234); }
H1.HeaderClassName
{
color: #551BEA;
}
.AnyTagClassName
{
color: #551BEA;
}
</style>
background-color css
<style>
a { background-color: #551BEA; }
a { background-color: rgb(85,27,234); }
div.DivClassName
{
background-color: #551BEA;
}
.BgClassName
{
background-color: #551BEA;
}
</style>
border-color css
<style>
span { border-color: #551BEA; }
span { border-color: rgb(85,27,234); }
td.TdClassName
{
border-color: #551BEA;
}
.TagClassName
{
border-color: #551BEA;
}
</style>