Shades of Han Purple #550FF5
Tints of Han Purple #550FF5
RGB
CMYK
RGB Variations
Color information
#550FF5 (or 0x550FF5) is known color: Han Purple. HEX triplet: 55, 0F and F5. RGB value is (85,15,245). Sum of RGB (Red+Green+Blue) = 85+15+245=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 245 (96.09% from 255 or 71.01% from 345); Max value from RGB is 245 - color contains mainly: blue. Hex color #550FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FF5 is #AAF00A. Grayscale: #3D3D3D. Windows color (decimal): -11202571 or 16060245. OLE color: 16060245.
HSL color Cylindrical-coordinate representation of color #550FF5: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550FF5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 15 | 245 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.04 |
| HSL | 258.26º | 0.92% | 0.51% | - |
| HSV(B) | 258.26º | 0.94% | 0.96% | - |
| XYZ | 20.4 | 8.87 | 87.02 | - |
| YUV | 62.15 | 231.19 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 245 | 0.65 | 0.94 | 0 | 0.04 | 258.26 | 0.92 | 0.51 |
| Hex | 55 | F | F5 | 41 | 5E | 0 | 4 | 102 | 5C | 33 |
| Octal | 125 | 17 | 365 | 101 | 136 | 0 | 4 | 402 | 134 | 63 |
| Binary | 1010101 | 1111 | 11110101 | 1000001 | 1011110 | 0 | 100 | 100000010 | 1011100 | 110011 |
Color Harmonies of #550FF5
Complementary color
Monochromatic Colors of #550FF5
Black with #550FF5
Text Example
Text Example
White with #550FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FF5; }
p { color: rgb(85,15,245); }
H1.HeaderClassName
{
color: #550FF5;
}
.AnyTagClassName
{
color: #550FF5;
}
</style>
background-color css
<style>
a { background-color: #550FF5; }
a { background-color: rgb(85,15,245); }
div.DivClassName
{
background-color: #550FF5;
}
.BgClassName
{
background-color: #550FF5;
}
</style>
border-color css
<style>
span { border-color: #550FF5; }
span { border-color: rgb(85,15,245); }
td.TdClassName
{
border-color: #550FF5;
}
.TagClassName
{
border-color: #550FF5;
}
</style>