Shades of Han Purple #550BFE
Tints of Han Purple #550BFE
RGB
CMYK
RGB Variations
Color information
#550BFE (or 0x550BFE) is known color: Han Purple. HEX triplet: 55, 0B and FE. RGB value is (85,11,254). Sum of RGB (Red+Green+Blue) = 85+11+254=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #550BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BFE is #AAF401. Grayscale: #3B3B3B. Windows color (decimal): -11203586 or 16649045. OLE color: 16649045.
HSL color Cylindrical-coordinate representation of color #550BFE: hue angle of 258.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550BFE is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 11 | 254 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.00 |
| HSL | 258.27º | 0.99% | 0.52% | - |
| HSV(B) | 258.27º | 0.96% | 1% | - |
| XYZ | 21.76 | 9.33 | 94.42 | - |
| YUV | 60.83 | 237.02 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 254 | 0.67 | 0.96 | 0 | 0.00 | 258.27 | 0.99 | 0.52 |
| Hex | 55 | B | FE | 43 | 60 | 0 | 0 | 102 | 63 | 34 |
| Octal | 125 | 13 | 376 | 103 | 140 | 0 | 0 | 402 | 143 | 64 |
| Binary | 1010101 | 1011 | 11111110 | 1000011 | 1100000 | 0 | 0 | 100000010 | 1100011 | 110100 |
Color Harmonies of #550BFE
Complementary color
Monochromatic Colors of #550BFE
Black with #550BFE
Text Example
Text Example
White with #550BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BFE; }
p { color: rgb(85,11,254); }
H1.HeaderClassName
{
color: #550BFE;
}
.AnyTagClassName
{
color: #550BFE;
}
</style>
background-color css
<style>
a { background-color: #550BFE; }
a { background-color: rgb(85,11,254); }
div.DivClassName
{
background-color: #550BFE;
}
.BgClassName
{
background-color: #550BFE;
}
</style>
border-color css
<style>
span { border-color: #550BFE; }
span { border-color: rgb(85,11,254); }
td.TdClassName
{
border-color: #550BFE;
}
.TagClassName
{
border-color: #550BFE;
}
</style>