Shades of Han Purple #5828FC
Tints of Han Purple #5828FC
RGB
CMYK
RGB Variations
Color information
#5828FC (or 0x5828FC) is known color: Han Purple. HEX triplet: 58, 28 and FC. RGB value is (88,40,252). Sum of RGB (Red+Green+Blue) = 88+40+252=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #5828FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5828FC is #A7D703. Grayscale: #4D4D4D. Windows color (decimal): -10999556 or 16525400. OLE color: 16525400.
HSL color Cylindrical-coordinate representation of color #5828FC: hue angle of 253.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5828FC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 40 | 252 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.01 |
| HSL | 253.58º | 0.97% | 0.57% | - |
| HSV(B) | 253.58º | 0.84% | 0.99% | - |
| XYZ | 22.35 | 10.62 | 92.97 | - |
| YUV | 78.52 | 225.9 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 252 | 0.65 | 0.84 | 0 | 0.01 | 253.58 | 0.97 | 0.57 |
| Hex | 58 | 28 | FC | 41 | 54 | 0 | 1 | FE | 61 | 39 |
| Octal | 130 | 50 | 374 | 101 | 124 | 0 | 1 | 376 | 141 | 71 |
| Binary | 1011000 | 101000 | 11111100 | 1000001 | 1010100 | 0 | 1 | 11111110 | 1100001 | 111001 |
Color Harmonies of #5828FC
Complementary color
Monochromatic Colors of #5828FC
Black with #5828FC
Text Example
Text Example
White with #5828FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5828FC; }
p { color: rgb(88,40,252); }
H1.HeaderClassName
{
color: #5828FC;
}
.AnyTagClassName
{
color: #5828FC;
}
</style>
background-color css
<style>
a { background-color: #5828FC; }
a { background-color: rgb(88,40,252); }
div.DivClassName
{
background-color: #5828FC;
}
.BgClassName
{
background-color: #5828FC;
}
</style>
border-color css
<style>
span { border-color: #5828FC; }
span { border-color: rgb(88,40,252); }
td.TdClassName
{
border-color: #5828FC;
}
.TagClassName
{
border-color: #5828FC;
}
</style>