Shades of Han Purple #550FD5
Tints of Han Purple #550FD5
RGB
CMYK
RGB Variations
Color information
#550FD5 (or 0x550FD5) is known color: Han Purple. HEX triplet: 55, 0F and D5. RGB value is (85,15,213). Sum of RGB (Red+Green+Blue) = 85+15+213=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #550FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FD5 is #AAF02A. Grayscale: #393939. Windows color (decimal): -11202603 or 13963093. OLE color: 13963093.
HSL color Cylindrical-coordinate representation of color #550FD5: hue angle of 261.21º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FD5 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 15 | 213 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.16 |
| HSL | 261.21º | 0.87% | 0.45% | - |
| HSV(B) | 261.21º | 0.93% | 0.84% | - |
| XYZ | 15.93 | 7.08 | 63.48 | - |
| YUV | 58.5 | 215.19 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 213 | 0.60 | 0.93 | 0 | 0.16 | 261.21 | 0.87 | 0.45 |
| Hex | 55 | F | D5 | 3C | 5D | 0 | 10 | 105 | 57 | 2D |
| Octal | 125 | 17 | 325 | 74 | 135 | 0 | 20 | 405 | 127 | 55 |
| Binary | 1010101 | 1111 | 11010101 | 111100 | 1011101 | 0 | 10000 | 100000101 | 1010111 | 101101 |
Color Harmonies of #550FD5
Complementary color
Monochromatic Colors of #550FD5
Black with #550FD5
Text Example
Text Example
White with #550FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FD5; }
p { color: rgb(85,15,213); }
H1.HeaderClassName
{
color: #550FD5;
}
.AnyTagClassName
{
color: #550FD5;
}
</style>
background-color css
<style>
a { background-color: #550FD5; }
a { background-color: rgb(85,15,213); }
div.DivClassName
{
background-color: #550FD5;
}
.BgClassName
{
background-color: #550FD5;
}
</style>
border-color css
<style>
span { border-color: #550FD5; }
span { border-color: rgb(85,15,213); }
td.TdClassName
{
border-color: #550FD5;
}
.TagClassName
{
border-color: #550FD5;
}
</style>