Shades of Han Purple #550DF6
Tints of Han Purple #550DF6
RGB
CMYK
RGB Variations
Color information
#550DF6 (or 0x550DF6) is known color: Han Purple. HEX triplet: 55, 0D and F6. RGB value is (85,13,246). Sum of RGB (Red+Green+Blue) = 85+13+246=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 246 (96.48% from 255 or 71.51% from 344); Max value from RGB is 246 - color contains mainly: blue. Hex color #550DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DF6 is #AAF209. Grayscale: #3C3C3C. Windows color (decimal): -11203082 or 16125269. OLE color: 16125269.
HSL color Cylindrical-coordinate representation of color #550DF6: hue angle of 258.54º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DF6 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 13 | 246 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.04 |
| HSL | 258.54º | 0.93% | 0.51% | - |
| HSV(B) | 258.54º | 0.95% | 0.96% | - |
| XYZ | 20.52 | 8.87 | 87.82 | - |
| YUV | 61.09 | 232.35 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 246 | 0.65 | 0.95 | 0 | 0.04 | 258.54 | 0.93 | 0.51 |
| Hex | 55 | D | F6 | 41 | 5F | 0 | 4 | 103 | 5D | 33 |
| Octal | 125 | 15 | 366 | 101 | 137 | 0 | 4 | 403 | 135 | 63 |
| Binary | 1010101 | 1101 | 11110110 | 1000001 | 1011111 | 0 | 100 | 100000011 | 1011101 | 110011 |
Color Harmonies of #550DF6
Complementary color
Monochromatic Colors of #550DF6
Black with #550DF6
Text Example
Text Example
White with #550DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DF6; }
p { color: rgb(85,13,246); }
H1.HeaderClassName
{
color: #550DF6;
}
.AnyTagClassName
{
color: #550DF6;
}
</style>
background-color css
<style>
a { background-color: #550DF6; }
a { background-color: rgb(85,13,246); }
div.DivClassName
{
background-color: #550DF6;
}
.BgClassName
{
background-color: #550DF6;
}
</style>
border-color css
<style>
span { border-color: #550DF6; }
span { border-color: rgb(85,13,246); }
td.TdClassName
{
border-color: #550DF6;
}
.TagClassName
{
border-color: #550DF6;
}
</style>