Shades of Han Purple #550BDE
Tints of Han Purple #550BDE
RGB
CMYK
RGB Variations
Color information
#550BDE (or 0x550BDE) is known color: Han Purple. HEX triplet: 55, 0B and DE. RGB value is (85,11,222). Sum of RGB (Red+Green+Blue) = 85+11+222=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #550BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BDE is #AAF421. Grayscale: #383838. Windows color (decimal): -11203618 or 14551893. OLE color: 14551893.
HSL color Cylindrical-coordinate representation of color #550BDE: hue angle of 261.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BDE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 11 | 222 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 261.04º | 0.91% | 0.46% | - |
| HSV(B) | 261.04º | 0.95% | 0.87% | - |
| XYZ | 17.05 | 7.44 | 69.65 | - |
| YUV | 57.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 222 | 0.62 | 0.95 | 0 | 0.13 | 261.04 | 0.91 | 0.46 |
| Hex | 55 | B | DE | 3E | 5F | 0 | D | 105 | 5B | 2E |
| Octal | 125 | 13 | 336 | 76 | 137 | 0 | 15 | 405 | 133 | 56 |
| Binary | 1010101 | 1011 | 11011110 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011011 | 101110 |
Color Harmonies of #550BDE
Complementary color
Monochromatic Colors of #550BDE
Black with #550BDE
Text Example
Text Example
White with #550BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BDE; }
p { color: rgb(85,11,222); }
H1.HeaderClassName
{
color: #550BDE;
}
.AnyTagClassName
{
color: #550BDE;
}
</style>
background-color css
<style>
a { background-color: #550BDE; }
a { background-color: rgb(85,11,222); }
div.DivClassName
{
background-color: #550BDE;
}
.BgClassName
{
background-color: #550BDE;
}
</style>
border-color css
<style>
span { border-color: #550BDE; }
span { border-color: rgb(85,11,222); }
td.TdClassName
{
border-color: #550BDE;
}
.TagClassName
{
border-color: #550BDE;
}
</style>