Shades of Han Purple #552CEF
Tints of Han Purple #552CEF
RGB
CMYK
RGB Variations
Color information
#552CEF (or 0x552CEF) is known color: Han Purple. HEX triplet: 55, 2C and EF. RGB value is (85,44,239). Sum of RGB (Red+Green+Blue) = 85+44+239=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #552CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CEF is #AAD310. Grayscale: #4D4D4D. Windows color (decimal): -11195153 or 15674453. OLE color: 15674453.
HSL color Cylindrical-coordinate representation of color #552CEF: hue angle of 252.62º 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 #552CEF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 44 | 239 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.06 |
| HSL | 252.62º | 0.86% | 0.55% | - |
| HSV(B) | 252.62º | 0.82% | 0.94% | - |
| XYZ | 20.23 | 9.96 | 82.52 | - |
| YUV | 78.49 | 218.58 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 239 | 0.64 | 0.82 | 0 | 0.06 | 252.62 | 0.86 | 0.55 |
| Hex | 55 | 2C | EF | 40 | 52 | 0 | 6 | FD | 56 | 37 |
| Octal | 125 | 54 | 357 | 100 | 122 | 0 | 6 | 375 | 126 | 67 |
| Binary | 1010101 | 101100 | 11101111 | 1000000 | 1010010 | 0 | 110 | 11111101 | 1010110 | 110111 |
Color Harmonies of #552CEF
Complementary color
Monochromatic Colors of #552CEF
Black with #552CEF
Text Example
Text Example
White with #552CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CEF; }
p { color: rgb(85,44,239); }
H1.HeaderClassName
{
color: #552CEF;
}
.AnyTagClassName
{
color: #552CEF;
}
</style>
background-color css
<style>
a { background-color: #552CEF; }
a { background-color: rgb(85,44,239); }
div.DivClassName
{
background-color: #552CEF;
}
.BgClassName
{
background-color: #552CEF;
}
</style>
border-color css
<style>
span { border-color: #552CEF; }
span { border-color: rgb(85,44,239); }
td.TdClassName
{
border-color: #552CEF;
}
.TagClassName
{
border-color: #552CEF;
}
</style>