Shades of Han Purple #550BFB
Tints of Han Purple #550BFB
RGB
CMYK
RGB Variations
Color information
#550BFB (or 0x550BFB) is known color: Han Purple. HEX triplet: 55, 0B and FB. RGB value is (85,11,251). Sum of RGB (Red+Green+Blue) = 85+11+251=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #550BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BFB is #AAF404. Grayscale: #3B3B3B. Windows color (decimal): -11203589 or 16452437. OLE color: 16452437.
HSL color Cylindrical-coordinate representation of color #550BFB: hue angle of 258.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550BFB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 11 | 251 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.02 |
| HSL | 258.5º | 0.97% | 0.51% | - |
| HSV(B) | 258.5º | 0.96% | 0.98% | - |
| XYZ | 21.28 | 9.14 | 91.91 | - |
| YUV | 60.49 | 235.52 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 251 | 0.66 | 0.96 | 0 | 0.02 | 258.5 | 0.97 | 0.51 |
| Hex | 55 | B | FB | 42 | 60 | 0 | 2 | 102 | 61 | 33 |
| Octal | 125 | 13 | 373 | 102 | 140 | 0 | 2 | 402 | 141 | 63 |
| Binary | 1010101 | 1011 | 11111011 | 1000010 | 1100000 | 0 | 10 | 100000010 | 1100001 | 110011 |
Color Harmonies of #550BFB
Complementary color
Monochromatic Colors of #550BFB
Black with #550BFB
Text Example
Text Example
White with #550BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BFB; }
p { color: rgb(85,11,251); }
H1.HeaderClassName
{
color: #550BFB;
}
.AnyTagClassName
{
color: #550BFB;
}
</style>
background-color css
<style>
a { background-color: #550BFB; }
a { background-color: rgb(85,11,251); }
div.DivClassName
{
background-color: #550BFB;
}
.BgClassName
{
background-color: #550BFB;
}
</style>
border-color css
<style>
span { border-color: #550BFB; }
span { border-color: rgb(85,11,251); }
td.TdClassName
{
border-color: #550BFB;
}
.TagClassName
{
border-color: #550BFB;
}
</style>