Shades of Han Purple #552FE9
Tints of Han Purple #552FE9
RGB
CMYK
RGB Variations
Color information
#552FE9 (or 0x552FE9) is known color: Han Purple. HEX triplet: 55, 2F and E9. RGB value is (85,47,233). Sum of RGB (Red+Green+Blue) = 85+47+233=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #552FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FE9 is #AAD016. Grayscale: #4E4E4E. Windows color (decimal): -11194391 or 15282005. OLE color: 15282005.
HSL color Cylindrical-coordinate representation of color #552FE9: hue angle of 252.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552FE9 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 47 | 233 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.09 |
| HSL | 252.26º | 0.81% | 0.55% | - |
| HSV(B) | 252.26º | 0.8% | 0.91% | - |
| XYZ | 19.47 | 9.85 | 77.97 | - |
| YUV | 79.57 | 214.59 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 233 | 0.64 | 0.80 | 0 | 0.09 | 252.26 | 0.81 | 0.55 |
| Hex | 55 | 2F | E9 | 40 | 50 | 0 | 9 | FC | 51 | 37 |
| Octal | 125 | 57 | 351 | 100 | 120 | 0 | 11 | 374 | 121 | 67 |
| Binary | 1010101 | 101111 | 11101001 | 1000000 | 1010000 | 0 | 1001 | 11111100 | 1010001 | 110111 |
Color Harmonies of #552FE9
Complementary color
Monochromatic Colors of #552FE9
Black with #552FE9
Text Example
Text Example
White with #552FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FE9; }
p { color: rgb(85,47,233); }
H1.HeaderClassName
{
color: #552FE9;
}
.AnyTagClassName
{
color: #552FE9;
}
</style>
background-color css
<style>
a { background-color: #552FE9; }
a { background-color: rgb(85,47,233); }
div.DivClassName
{
background-color: #552FE9;
}
.BgClassName
{
background-color: #552FE9;
}
</style>
border-color css
<style>
span { border-color: #552FE9; }
span { border-color: rgb(85,47,233); }
td.TdClassName
{
border-color: #552FE9;
}
.TagClassName
{
border-color: #552FE9;
}
</style>