Shades of Han Purple #550FDE
Tints of Han Purple #550FDE
RGB
CMYK
RGB Variations
Color information
#550FDE (or 0x550FDE) is known color: Han Purple. HEX triplet: 55, 0F and DE. RGB value is (85,15,222). Sum of RGB (Red+Green+Blue) = 85+15+222=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #550FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FDE is #AAF021. Grayscale: #3A3A3A. Windows color (decimal): -11202594 or 14552917. OLE color: 14552917.
HSL color Cylindrical-coordinate representation of color #550FDE: hue angle of 260.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FDE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 15 | 222 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.13 |
| HSL | 260.29º | 0.87% | 0.46% | - |
| HSV(B) | 260.29º | 0.93% | 0.87% | - |
| XYZ | 17.1 | 7.55 | 69.66 | - |
| YUV | 59.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 222 | 0.62 | 0.93 | 0 | 0.13 | 260.29 | 0.87 | 0.46 |
| Hex | 55 | F | DE | 3E | 5D | 0 | D | 104 | 57 | 2E |
| Octal | 125 | 17 | 336 | 76 | 135 | 0 | 15 | 404 | 127 | 56 |
| Binary | 1010101 | 1111 | 11011110 | 111110 | 1011101 | 0 | 1101 | 100000100 | 1010111 | 101110 |
Color Harmonies of #550FDE
Complementary color
Monochromatic Colors of #550FDE
Black with #550FDE
Text Example
Text Example
White with #550FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FDE; }
p { color: rgb(85,15,222); }
H1.HeaderClassName
{
color: #550FDE;
}
.AnyTagClassName
{
color: #550FDE;
}
</style>
background-color css
<style>
a { background-color: #550FDE; }
a { background-color: rgb(85,15,222); }
div.DivClassName
{
background-color: #550FDE;
}
.BgClassName
{
background-color: #550FDE;
}
</style>
border-color css
<style>
span { border-color: #550FDE; }
span { border-color: rgb(85,15,222); }
td.TdClassName
{
border-color: #550FDE;
}
.TagClassName
{
border-color: #550FDE;
}
</style>