Shades of Han Purple #552BE9
Tints of Han Purple #552BE9
RGB
CMYK
RGB Variations
Color information
#552BE9 (or 0x552BE9) is known color: Han Purple. HEX triplet: 55, 2B and E9. RGB value is (85,43,233). Sum of RGB (Red+Green+Blue) = 85+43+233=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #552BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BE9 is #AAD416. Grayscale: #4C4C4C. Windows color (decimal): -11195415 or 15280981. OLE color: 15280981.
HSL color Cylindrical-coordinate representation of color #552BE9: hue angle of 253.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552BE9 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 43 | 233 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.09 |
| HSL | 253.26º | 0.81% | 0.54% | - |
| HSV(B) | 253.26º | 0.82% | 0.91% | - |
| XYZ | 19.32 | 9.54 | 77.91 | - |
| YUV | 77.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 233 | 0.64 | 0.82 | 0 | 0.09 | 253.26 | 0.81 | 0.54 |
| Hex | 55 | 2B | E9 | 40 | 52 | 0 | 9 | FD | 51 | 36 |
| Octal | 125 | 53 | 351 | 100 | 122 | 0 | 11 | 375 | 121 | 66 |
| Binary | 1010101 | 101011 | 11101001 | 1000000 | 1010010 | 0 | 1001 | 11111101 | 1010001 | 110110 |
Color Harmonies of #552BE9
Complementary color
Monochromatic Colors of #552BE9
Black with #552BE9
Text Example
Text Example
White with #552BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BE9; }
p { color: rgb(85,43,233); }
H1.HeaderClassName
{
color: #552BE9;
}
.AnyTagClassName
{
color: #552BE9;
}
</style>
background-color css
<style>
a { background-color: #552BE9; }
a { background-color: rgb(85,43,233); }
div.DivClassName
{
background-color: #552BE9;
}
.BgClassName
{
background-color: #552BE9;
}
</style>
border-color css
<style>
span { border-color: #552BE9; }
span { border-color: rgb(85,43,233); }
td.TdClassName
{
border-color: #552BE9;
}
.TagClassName
{
border-color: #552BE9;
}
</style>