Shades of Han Purple #551CED
Tints of Han Purple #551CED
RGB
CMYK
RGB Variations
Color information
#551CED (or 0x551CED) is known color: Han Purple. HEX triplet: 55, 1C and ED. RGB value is (85,28,237). Sum of RGB (Red+Green+Blue) = 85+28+237=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #551CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CED is #AAE312. Grayscale: #444444. Windows color (decimal): -11199251 or 15539285. OLE color: 15539285.
HSL color Cylindrical-coordinate representation of color #551CED: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CED is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 28 | 237 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.07 |
| HSL | 256.36º | 0.85% | 0.52% | - |
| HSV(B) | 256.36º | 0.88% | 0.93% | - |
| XYZ | 19.45 | 8.88 | 80.81 | - |
| YUV | 68.87 | 222.88 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 237 | 0.64 | 0.88 | 0 | 0.07 | 256.36 | 0.85 | 0.52 |
| Hex | 55 | 1C | ED | 40 | 58 | 0 | 7 | 100 | 55 | 34 |
| Octal | 125 | 34 | 355 | 100 | 130 | 0 | 7 | 400 | 125 | 64 |
| Binary | 1010101 | 11100 | 11101101 | 1000000 | 1011000 | 0 | 111 | 100000000 | 1010101 | 110100 |
Color Harmonies of #551CED
Complementary color
Monochromatic Colors of #551CED
Black with #551CED
Text Example
Text Example
White with #551CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CED; }
p { color: rgb(85,28,237); }
H1.HeaderClassName
{
color: #551CED;
}
.AnyTagClassName
{
color: #551CED;
}
</style>
background-color css
<style>
a { background-color: #551CED; }
a { background-color: rgb(85,28,237); }
div.DivClassName
{
background-color: #551CED;
}
.BgClassName
{
background-color: #551CED;
}
</style>
border-color css
<style>
span { border-color: #551CED; }
span { border-color: rgb(85,28,237); }
td.TdClassName
{
border-color: #551CED;
}
.TagClassName
{
border-color: #551CED;
}
</style>