Shades of Han Purple #550EFB
Tints of Han Purple #550EFB
RGB
CMYK
RGB Variations
Color information
#550EFB (or 0x550EFB) is known color: Han Purple. HEX triplet: 55, 0E and FB. RGB value is (85,14,251). Sum of RGB (Red+Green+Blue) = 85+14+251=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #550EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EFB is #AAF104. Grayscale: #3D3D3D. Windows color (decimal): -11202821 or 16453205. OLE color: 16453205.
HSL color Cylindrical-coordinate representation of color #550EFB: hue angle of 257.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EFB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 14 | 251 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.02 |
| HSL | 257.97º | 0.97% | 0.52% | - |
| HSV(B) | 257.97º | 0.94% | 0.98% | - |
| XYZ | 21.32 | 9.21 | 91.92 | - |
| YUV | 62.25 | 234.52 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 251 | 0.66 | 0.94 | 0 | 0.02 | 257.97 | 0.97 | 0.52 |
| Hex | 55 | E | FB | 42 | 5E | 0 | 2 | 102 | 61 | 34 |
| Octal | 125 | 16 | 373 | 102 | 136 | 0 | 2 | 402 | 141 | 64 |
| Binary | 1010101 | 1110 | 11111011 | 1000010 | 1011110 | 0 | 10 | 100000010 | 1100001 | 110100 |
Color Harmonies of #550EFB
Complementary color
Monochromatic Colors of #550EFB
Black with #550EFB
Text Example
Text Example
White with #550EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EFB; }
p { color: rgb(85,14,251); }
H1.HeaderClassName
{
color: #550EFB;
}
.AnyTagClassName
{
color: #550EFB;
}
</style>
background-color css
<style>
a { background-color: #550EFB; }
a { background-color: rgb(85,14,251); }
div.DivClassName
{
background-color: #550EFB;
}
.BgClassName
{
background-color: #550EFB;
}
</style>
border-color css
<style>
span { border-color: #550EFB; }
span { border-color: rgb(85,14,251); }
td.TdClassName
{
border-color: #550EFB;
}
.TagClassName
{
border-color: #550EFB;
}
</style>