Shades of Han Purple #550DDF
Tints of Han Purple #550DDF
RGB
CMYK
RGB Variations
Color information
#550DDF (or 0x550DDF) is known color: Han Purple. HEX triplet: 55, 0D and DF. RGB value is (85,13,223). Sum of RGB (Red+Green+Blue) = 85+13+223=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #550DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DDF is #AAF220. Grayscale: #393939. Windows color (decimal): -11203105 or 14617941. OLE color: 14617941.
HSL color Cylindrical-coordinate representation of color #550DDF: hue angle of 260.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550DDF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 13 | 223 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.13 |
| HSL | 260.57º | 0.89% | 0.46% | - |
| HSV(B) | 260.57º | 0.94% | 0.87% | - |
| XYZ | 17.21 | 7.55 | 70.36 | - |
| YUV | 58.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 223 | 0.62 | 0.94 | 0 | 0.13 | 260.57 | 0.89 | 0.46 |
| Hex | 55 | D | DF | 3E | 5E | 0 | D | 105 | 59 | 2E |
| Octal | 125 | 15 | 337 | 76 | 136 | 0 | 15 | 405 | 131 | 56 |
| Binary | 1010101 | 1101 | 11011111 | 111110 | 1011110 | 0 | 1101 | 100000101 | 1011001 | 101110 |
Color Harmonies of #550DDF
Complementary color
Monochromatic Colors of #550DDF
Black with #550DDF
Text Example
Text Example
White with #550DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DDF; }
p { color: rgb(85,13,223); }
H1.HeaderClassName
{
color: #550DDF;
}
.AnyTagClassName
{
color: #550DDF;
}
</style>
background-color css
<style>
a { background-color: #550DDF; }
a { background-color: rgb(85,13,223); }
div.DivClassName
{
background-color: #550DDF;
}
.BgClassName
{
background-color: #550DDF;
}
</style>
border-color css
<style>
span { border-color: #550DDF; }
span { border-color: rgb(85,13,223); }
td.TdClassName
{
border-color: #550DDF;
}
.TagClassName
{
border-color: #550DDF;
}
</style>