Shades of Han Purple #551FEB
Tints of Han Purple #551FEB
RGB
CMYK
RGB Variations
Color information
#551FEB (or 0x551FEB) is known color: Han Purple. HEX triplet: 55, 1F and EB. RGB value is (85,31,235). Sum of RGB (Red+Green+Blue) = 85+31+235=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #551FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FEB is #AAE014. Grayscale: #454545. Windows color (decimal): -11198485 or 15408981. OLE color: 15408981.
HSL color Cylindrical-coordinate representation of color #551FEB: hue angle of 255.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FEB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 31 | 235 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.08 |
| HSL | 255.88º | 0.84% | 0.52% | - |
| HSV(B) | 255.88º | 0.87% | 0.92% | - |
| XYZ | 19.23 | 8.91 | 79.3 | - |
| YUV | 70.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 235 | 0.64 | 0.87 | 0 | 0.08 | 255.88 | 0.84 | 0.52 |
| Hex | 55 | 1F | EB | 40 | 57 | 0 | 8 | 100 | 54 | 34 |
| Octal | 125 | 37 | 353 | 100 | 127 | 0 | 10 | 400 | 124 | 64 |
| Binary | 1010101 | 11111 | 11101011 | 1000000 | 1010111 | 0 | 1000 | 100000000 | 1010100 | 110100 |
Color Harmonies of #551FEB
Complementary color
Monochromatic Colors of #551FEB
Black with #551FEB
Text Example
Text Example
White with #551FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FEB; }
p { color: rgb(85,31,235); }
H1.HeaderClassName
{
color: #551FEB;
}
.AnyTagClassName
{
color: #551FEB;
}
</style>
background-color css
<style>
a { background-color: #551FEB; }
a { background-color: rgb(85,31,235); }
div.DivClassName
{
background-color: #551FEB;
}
.BgClassName
{
background-color: #551FEB;
}
</style>
border-color css
<style>
span { border-color: #551FEB; }
span { border-color: rgb(85,31,235); }
td.TdClassName
{
border-color: #551FEB;
}
.TagClassName
{
border-color: #551FEB;
}
</style>