Shades of Han Purple #550BDA
Tints of Han Purple #550BDA
RGB
CMYK
RGB Variations
Color information
#550BDA (or 0x550BDA) is known color: Han Purple. HEX triplet: 55, 0B and DA. RGB value is (85,11,218). Sum of RGB (Red+Green+Blue) = 85+11+218=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #550BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BDA is #AAF425. Grayscale: #373737. Windows color (decimal): -11203622 or 14289749. OLE color: 14289749.
HSL color Cylindrical-coordinate representation of color #550BDA: hue angle of 261.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BDA is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 11 | 218 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.15 |
| HSL | 261.45º | 0.9% | 0.45% | - |
| HSV(B) | 261.45º | 0.95% | 0.85% | - |
| XYZ | 16.52 | 7.23 | 66.85 | - |
| YUV | 56.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 218 | 0.61 | 0.95 | 0 | 0.15 | 261.45 | 0.9 | 0.45 |
| Hex | 55 | B | DA | 3D | 5F | 0 | F | 105 | 5A | 2D |
| Octal | 125 | 13 | 332 | 75 | 137 | 0 | 17 | 405 | 132 | 55 |
| Binary | 1010101 | 1011 | 11011010 | 111101 | 1011111 | 0 | 1111 | 100000101 | 1011010 | 101101 |
Color Harmonies of #550BDA
Complementary color
Monochromatic Colors of #550BDA
Black with #550BDA
Text Example
Text Example
White with #550BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BDA; }
p { color: rgb(85,11,218); }
H1.HeaderClassName
{
color: #550BDA;
}
.AnyTagClassName
{
color: #550BDA;
}
</style>
background-color css
<style>
a { background-color: #550BDA; }
a { background-color: rgb(85,11,218); }
div.DivClassName
{
background-color: #550BDA;
}
.BgClassName
{
background-color: #550BDA;
}
</style>
border-color css
<style>
span { border-color: #550BDA; }
span { border-color: rgb(85,11,218); }
td.TdClassName
{
border-color: #550BDA;
}
.TagClassName
{
border-color: #550BDA;
}
</style>