Shades of Han Purple #552BEF
Tints of Han Purple #552BEF
RGB
CMYK
RGB Variations
Color information
#552BEF (or 0x552BEF) is known color: Han Purple. HEX triplet: 55, 2B and EF. RGB value is (85,43,239). Sum of RGB (Red+Green+Blue) = 85+43+239=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #552BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BEF is #AAD410. Grayscale: #4D4D4D. Windows color (decimal): -11195409 or 15674197. OLE color: 15674197.
HSL color Cylindrical-coordinate representation of color #552BEF: hue angle of 252.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552BEF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 43 | 239 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.06 |
| HSL | 252.86º | 0.86% | 0.55% | - |
| HSV(B) | 252.86º | 0.82% | 0.94% | - |
| XYZ | 20.19 | 9.89 | 82.51 | - |
| YUV | 77.9 | 218.91 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 239 | 0.64 | 0.82 | 0 | 0.06 | 252.86 | 0.86 | 0.55 |
| Hex | 55 | 2B | EF | 40 | 52 | 0 | 6 | FD | 56 | 37 |
| Octal | 125 | 53 | 357 | 100 | 122 | 0 | 6 | 375 | 126 | 67 |
| Binary | 1010101 | 101011 | 11101111 | 1000000 | 1010010 | 0 | 110 | 11111101 | 1010110 | 110111 |
Color Harmonies of #552BEF
Complementary color
Monochromatic Colors of #552BEF
Black with #552BEF
Text Example
Text Example
White with #552BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BEF; }
p { color: rgb(85,43,239); }
H1.HeaderClassName
{
color: #552BEF;
}
.AnyTagClassName
{
color: #552BEF;
}
</style>
background-color css
<style>
a { background-color: #552BEF; }
a { background-color: rgb(85,43,239); }
div.DivClassName
{
background-color: #552BEF;
}
.BgClassName
{
background-color: #552BEF;
}
</style>
border-color css
<style>
span { border-color: #552BEF; }
span { border-color: rgb(85,43,239); }
td.TdClassName
{
border-color: #552BEF;
}
.TagClassName
{
border-color: #552BEF;
}
</style>