Shades of Han Purple #550BEC
Tints of Han Purple #550BEC
RGB
CMYK
RGB Variations
Color information
#550BEC (or 0x550BEC) is known color: Han Purple. HEX triplet: 55, 0B and EC. RGB value is (85,11,236). Sum of RGB (Red+Green+Blue) = 85+11+236=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #550BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BEC is #AAF413. Grayscale: #393939. Windows color (decimal): -11203604 or 15469397. OLE color: 15469397.
HSL color Cylindrical-coordinate representation of color #550BEC: hue angle of 259.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BEC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 11 | 236 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.07 |
| HSL | 259.73º | 0.91% | 0.48% | - |
| HSV(B) | 259.73º | 0.95% | 0.93% | - |
| XYZ | 19.01 | 8.23 | 79.94 | - |
| YUV | 58.78 | 228.02 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 236 | 0.64 | 0.95 | 0 | 0.07 | 259.73 | 0.91 | 0.48 |
| Hex | 55 | B | EC | 40 | 5F | 0 | 7 | 104 | 5B | 30 |
| Octal | 125 | 13 | 354 | 100 | 137 | 0 | 7 | 404 | 133 | 60 |
| Binary | 1010101 | 1011 | 11101100 | 1000000 | 1011111 | 0 | 111 | 100000100 | 1011011 | 110000 |
Color Harmonies of #550BEC
Complementary color
Monochromatic Colors of #550BEC
Black with #550BEC
Text Example
Text Example
White with #550BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BEC; }
p { color: rgb(85,11,236); }
H1.HeaderClassName
{
color: #550BEC;
}
.AnyTagClassName
{
color: #550BEC;
}
</style>
background-color css
<style>
a { background-color: #550BEC; }
a { background-color: rgb(85,11,236); }
div.DivClassName
{
background-color: #550BEC;
}
.BgClassName
{
background-color: #550BEC;
}
</style>
border-color css
<style>
span { border-color: #550BEC; }
span { border-color: rgb(85,11,236); }
td.TdClassName
{
border-color: #550BEC;
}
.TagClassName
{
border-color: #550BEC;
}
</style>