Shades of Han Purple #550DF8
Tints of Han Purple #550DF8
RGB
CMYK
RGB Variations
Color information
#550DF8 (or 0x550DF8) is known color: Han Purple. HEX triplet: 55, 0D and F8. RGB value is (85,13,248). Sum of RGB (Red+Green+Blue) = 85+13+248=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #550DF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DF8 is #AAF207. Grayscale: #3C3C3C. Windows color (decimal): -11203080 or 16256341. OLE color: 16256341.
HSL color Cylindrical-coordinate representation of color #550DF8: hue angle of 258.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DF8 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 13 | 248 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.03 |
| HSL | 258.38º | 0.94% | 0.51% | - |
| HSV(B) | 258.38º | 0.95% | 0.97% | - |
| XYZ | 20.83 | 9 | 89.45 | - |
| YUV | 61.32 | 233.35 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 248 | 0.66 | 0.95 | 0 | 0.03 | 258.38 | 0.94 | 0.51 |
| Hex | 55 | D | F8 | 42 | 5F | 0 | 3 | 102 | 5E | 33 |
| Octal | 125 | 15 | 370 | 102 | 137 | 0 | 3 | 402 | 136 | 63 |
| Binary | 1010101 | 1101 | 11111000 | 1000010 | 1011111 | 0 | 11 | 100000010 | 1011110 | 110011 |
Color Harmonies of #550DF8
Complementary color
Monochromatic Colors of #550DF8
Black with #550DF8
Text Example
Text Example
White with #550DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DF8; }
p { color: rgb(85,13,248); }
H1.HeaderClassName
{
color: #550DF8;
}
.AnyTagClassName
{
color: #550DF8;
}
</style>
background-color css
<style>
a { background-color: #550DF8; }
a { background-color: rgb(85,13,248); }
div.DivClassName
{
background-color: #550DF8;
}
.BgClassName
{
background-color: #550DF8;
}
</style>
border-color css
<style>
span { border-color: #550DF8; }
span { border-color: rgb(85,13,248); }
td.TdClassName
{
border-color: #550DF8;
}
.TagClassName
{
border-color: #550DF8;
}
</style>