Shades of Han Purple #550BF2
Tints of Han Purple #550BF2
RGB
CMYK
RGB Variations
Color information
#550BF2 (or 0x550BF2) is known color: Han Purple. HEX triplet: 55, 0B and F2. RGB value is (85,11,242). Sum of RGB (Red+Green+Blue) = 85+11+242=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #550BF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BF2 is #AAF40D. Grayscale: #3A3A3A. Windows color (decimal): -11203598 or 15862613. OLE color: 15862613.
HSL color Cylindrical-coordinate representation of color #550BF2: hue angle of 259.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BF2 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 11 | 242 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.05 |
| HSL | 259.22º | 0.91% | 0.5% | - |
| HSV(B) | 259.22º | 0.95% | 0.95% | - |
| XYZ | 19.89 | 8.58 | 84.61 | - |
| YUV | 59.46 | 231.02 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 242 | 0.65 | 0.95 | 0 | 0.05 | 259.22 | 0.91 | 0.5 |
| Hex | 55 | B | F2 | 41 | 5F | 0 | 5 | 103 | 5B | 32 |
| Octal | 125 | 13 | 362 | 101 | 137 | 0 | 5 | 403 | 133 | 62 |
| Binary | 1010101 | 1011 | 11110010 | 1000001 | 1011111 | 0 | 101 | 100000011 | 1011011 | 110010 |
Color Harmonies of #550BF2
Complementary color
Monochromatic Colors of #550BF2
Black with #550BF2
Text Example
Text Example
White with #550BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BF2; }
p { color: rgb(85,11,242); }
H1.HeaderClassName
{
color: #550BF2;
}
.AnyTagClassName
{
color: #550BF2;
}
</style>
background-color css
<style>
a { background-color: #550BF2; }
a { background-color: rgb(85,11,242); }
div.DivClassName
{
background-color: #550BF2;
}
.BgClassName
{
background-color: #550BF2;
}
</style>
border-color css
<style>
span { border-color: #550BF2; }
span { border-color: rgb(85,11,242); }
td.TdClassName
{
border-color: #550BF2;
}
.TagClassName
{
border-color: #550BF2;
}
</style>