Shades of Han Purple #551EDF
Tints of Han Purple #551EDF
RGB
CMYK
RGB Variations
Color information
#551EDF (or 0x551EDF) is known color: Han Purple. HEX triplet: 55, 1E and DF. RGB value is (85,30,223). Sum of RGB (Red+Green+Blue) = 85+30+223=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #551EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EDF is #AAE120. Grayscale: #434343. Windows color (decimal): -11198753 or 14622293. OLE color: 14622293.
HSL color Cylindrical-coordinate representation of color #551EDF: hue angle of 257.1º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551EDF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 30 | 223 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.13 |
| HSL | 257.1º | 0.76% | 0.5% | - |
| HSV(B) | 257.1º | 0.87% | 0.87% | - |
| XYZ | 17.53 | 8.19 | 70.47 | - |
| YUV | 68.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 223 | 0.62 | 0.87 | 0 | 0.13 | 257.1 | 0.76 | 0.5 |
| Hex | 55 | 1E | DF | 3E | 57 | 0 | D | 101 | 4C | 32 |
| Octal | 125 | 36 | 337 | 76 | 127 | 0 | 15 | 401 | 114 | 62 |
| Binary | 1010101 | 11110 | 11011111 | 111110 | 1010111 | 0 | 1101 | 100000001 | 1001100 | 110010 |
Color Harmonies of #551EDF
Complementary color
Monochromatic Colors of #551EDF
Black with #551EDF
Text Example
Text Example
White with #551EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EDF; }
p { color: rgb(85,30,223); }
H1.HeaderClassName
{
color: #551EDF;
}
.AnyTagClassName
{
color: #551EDF;
}
</style>
background-color css
<style>
a { background-color: #551EDF; }
a { background-color: rgb(85,30,223); }
div.DivClassName
{
background-color: #551EDF;
}
.BgClassName
{
background-color: #551EDF;
}
</style>
border-color css
<style>
span { border-color: #551EDF; }
span { border-color: rgb(85,30,223); }
td.TdClassName
{
border-color: #551EDF;
}
.TagClassName
{
border-color: #551EDF;
}
</style>