Shades of Han Purple #5528FE
Tints of Han Purple #5528FE
RGB
CMYK
RGB Variations
Color information
#5528FE (or 0x5528FE) is known color: Han Purple. HEX triplet: 55, 28 and FE. RGB value is (85,40,254). Sum of RGB (Red+Green+Blue) = 85+40+254=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #5528FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5528FE is #AAD701. Grayscale: #4D4D4D. Windows color (decimal): -11196162 or 16656469. OLE color: 16656469.
HSL color Cylindrical-coordinate representation of color #5528FE: hue angle of 252.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5528FE is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 40 | 254 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.00 |
| HSL | 252.62º | 0.99% | 0.58% | - |
| HSV(B) | 252.62º | 0.84% | 1% | - |
| XYZ | 22.39 | 10.6 | 94.63 | - |
| YUV | 77.85 | 227.41 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 254 | 0.67 | 0.84 | 0 | 0.00 | 252.62 | 0.99 | 0.58 |
| Hex | 55 | 28 | FE | 43 | 54 | 0 | 0 | FD | 63 | 3A |
| Octal | 125 | 50 | 376 | 103 | 124 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1010101 | 101000 | 11111110 | 1000011 | 1010100 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #5528FE
Complementary color
Monochromatic Colors of #5528FE
Black with #5528FE
Text Example
Text Example
White with #5528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528FE; }
p { color: rgb(85,40,254); }
H1.HeaderClassName
{
color: #5528FE;
}
.AnyTagClassName
{
color: #5528FE;
}
</style>
background-color css
<style>
a { background-color: #5528FE; }
a { background-color: rgb(85,40,254); }
div.DivClassName
{
background-color: #5528FE;
}
.BgClassName
{
background-color: #5528FE;
}
</style>
border-color css
<style>
span { border-color: #5528FE; }
span { border-color: rgb(85,40,254); }
td.TdClassName
{
border-color: #5528FE;
}
.TagClassName
{
border-color: #5528FE;
}
</style>