Shades of Han Purple #551FED
Tints of Han Purple #551FED
RGB
CMYK
RGB Variations
Color information
#551FED (or 0x551FED) is known color: Han Purple. HEX triplet: 55, 1F and ED. RGB value is (85,31,237). Sum of RGB (Red+Green+Blue) = 85+31+237=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #551FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FED is #AAE012. Grayscale: #454545. Windows color (decimal): -11198483 or 15540053. OLE color: 15540053.
HSL color Cylindrical-coordinate representation of color #551FED: hue angle of 255.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FED is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 31 | 237 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 255.73º | 0.85% | 0.53% | - |
| HSV(B) | 255.73º | 0.87% | 0.93% | - |
| XYZ | 19.52 | 9.03 | 80.83 | - |
| YUV | 70.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 237 | 0.64 | 0.87 | 0 | 0.07 | 255.73 | 0.85 | 0.53 |
| Hex | 55 | 1F | ED | 40 | 57 | 0 | 7 | 100 | 55 | 35 |
| Octal | 125 | 37 | 355 | 100 | 127 | 0 | 7 | 400 | 125 | 65 |
| Binary | 1010101 | 11111 | 11101101 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010101 | 110101 |
Color Harmonies of #551FED
Complementary color
Monochromatic Colors of #551FED
Black with #551FED
Text Example
Text Example
White with #551FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FED; }
p { color: rgb(85,31,237); }
H1.HeaderClassName
{
color: #551FED;
}
.AnyTagClassName
{
color: #551FED;
}
</style>
background-color css
<style>
a { background-color: #551FED; }
a { background-color: rgb(85,31,237); }
div.DivClassName
{
background-color: #551FED;
}
.BgClassName
{
background-color: #551FED;
}
</style>
border-color css
<style>
span { border-color: #551FED; }
span { border-color: rgb(85,31,237); }
td.TdClassName
{
border-color: #551FED;
}
.TagClassName
{
border-color: #551FED;
}
</style>