Shades of Han Purple #552EDF
Tints of Han Purple #552EDF
RGB
CMYK
RGB Variations
Color information
#552EDF (or 0x552EDF) is known color: Han Purple. HEX triplet: 55, 2E and DF. RGB value is (85,46,223). Sum of RGB (Red+Green+Blue) = 85+46+223=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #552EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EDF is #AAD120. Grayscale: #4D4D4D. Windows color (decimal): -11194657 or 14626389. OLE color: 14626389.
HSL color Cylindrical-coordinate representation of color #552EDF: hue angle of 253.22º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552EDF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 46 | 223 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.13 |
| HSL | 253.22º | 0.73% | 0.53% | - |
| HSV(B) | 253.22º | 0.79% | 0.87% | - |
| XYZ | 18.04 | 9.21 | 70.64 | - |
| YUV | 77.84 | 209.92 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 223 | 0.62 | 0.79 | 0 | 0.13 | 253.22 | 0.73 | 0.53 |
| Hex | 55 | 2E | DF | 3E | 4F | 0 | D | FD | 49 | 35 |
| Octal | 125 | 56 | 337 | 76 | 117 | 0 | 15 | 375 | 111 | 65 |
| Binary | 1010101 | 101110 | 11011111 | 111110 | 1001111 | 0 | 1101 | 11111101 | 1001001 | 110101 |
Color Harmonies of #552EDF
Complementary color
Monochromatic Colors of #552EDF
Black with #552EDF
Text Example
Text Example
White with #552EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EDF; }
p { color: rgb(85,46,223); }
H1.HeaderClassName
{
color: #552EDF;
}
.AnyTagClassName
{
color: #552EDF;
}
</style>
background-color css
<style>
a { background-color: #552EDF; }
a { background-color: rgb(85,46,223); }
div.DivClassName
{
background-color: #552EDF;
}
.BgClassName
{
background-color: #552EDF;
}
</style>
border-color css
<style>
span { border-color: #552EDF; }
span { border-color: rgb(85,46,223); }
td.TdClassName
{
border-color: #552EDF;
}
.TagClassName
{
border-color: #552EDF;
}
</style>