Shades of Han Purple #552EF8
Tints of Han Purple #552EF8
RGB
CMYK
RGB Variations
Color information
#552EF8 (or 0x552EF8) is known color: Han Purple. HEX triplet: 55, 2E and F8. RGB value is (85,46,248). Sum of RGB (Red+Green+Blue) = 85+46+248=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #552EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EF8 is #AAD107. Grayscale: #4F4F4F. Windows color (decimal): -11194632 or 16264789. OLE color: 16264789.
HSL color Cylindrical-coordinate representation of color #552EF8: hue angle of 251.58º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552EF8 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 46 | 248 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.03 |
| HSL | 251.58º | 0.94% | 0.58% | - |
| HSV(B) | 251.58º | 0.81% | 0.97% | - |
| XYZ | 21.67 | 10.66 | 89.72 | - |
| YUV | 80.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 248 | 0.66 | 0.81 | 0 | 0.03 | 251.58 | 0.94 | 0.58 |
| Hex | 55 | 2E | F8 | 42 | 51 | 0 | 3 | FC | 5E | 3A |
| Octal | 125 | 56 | 370 | 102 | 121 | 0 | 3 | 374 | 136 | 72 |
| Binary | 1010101 | 101110 | 11111000 | 1000010 | 1010001 | 0 | 11 | 11111100 | 1011110 | 111010 |
Color Harmonies of #552EF8
Complementary color
Monochromatic Colors of #552EF8
Black with #552EF8
Text Example
Text Example
White with #552EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EF8; }
p { color: rgb(85,46,248); }
H1.HeaderClassName
{
color: #552EF8;
}
.AnyTagClassName
{
color: #552EF8;
}
</style>
background-color css
<style>
a { background-color: #552EF8; }
a { background-color: rgb(85,46,248); }
div.DivClassName
{
background-color: #552EF8;
}
.BgClassName
{
background-color: #552EF8;
}
</style>
border-color css
<style>
span { border-color: #552EF8; }
span { border-color: rgb(85,46,248); }
td.TdClassName
{
border-color: #552EF8;
}
.TagClassName
{
border-color: #552EF8;
}
</style>