Shades of Han Purple #550FE0
Tints of Han Purple #550FE0
RGB
CMYK
RGB Variations
Color information
#550FE0 (or 0x550FE0) is known color: Han Purple. HEX triplet: 55, 0F and E0. RGB value is (85,15,224). Sum of RGB (Red+Green+Blue) = 85+15+224=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #550FE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FE0 is #AAF01F. Grayscale: #3A3A3A. Windows color (decimal): -11202592 or 14683989. OLE color: 14683989.
HSL color Cylindrical-coordinate representation of color #550FE0: hue angle of 260.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FE0 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 15 | 224 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.12 |
| HSL | 260.1º | 0.87% | 0.47% | - |
| HSV(B) | 260.1º | 0.93% | 0.88% | - |
| XYZ | 17.37 | 7.65 | 71.08 | - |
| YUV | 59.76 | 220.69 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 224 | 0.62 | 0.93 | 0 | 0.12 | 260.1 | 0.87 | 0.47 |
| Hex | 55 | F | E0 | 3E | 5D | 0 | C | 104 | 57 | 2F |
| Octal | 125 | 17 | 340 | 76 | 135 | 0 | 14 | 404 | 127 | 57 |
| Binary | 1010101 | 1111 | 11100000 | 111110 | 1011101 | 0 | 1100 | 100000100 | 1010111 | 101111 |
Color Harmonies of #550FE0
Complementary color
Monochromatic Colors of #550FE0
Black with #550FE0
Text Example
Text Example
White with #550FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FE0; }
p { color: rgb(85,15,224); }
H1.HeaderClassName
{
color: #550FE0;
}
.AnyTagClassName
{
color: #550FE0;
}
</style>
background-color css
<style>
a { background-color: #550FE0; }
a { background-color: rgb(85,15,224); }
div.DivClassName
{
background-color: #550FE0;
}
.BgClassName
{
background-color: #550FE0;
}
</style>
border-color css
<style>
span { border-color: #550FE0; }
span { border-color: rgb(85,15,224); }
td.TdClassName
{
border-color: #550FE0;
}
.TagClassName
{
border-color: #550FE0;
}
</style>