Shades of Han Purple #5728E7
Tints of Han Purple #5728E7
RGB
CMYK
RGB Variations
Color information
#5728E7 (or 0x5728E7) is known color: Han Purple. HEX triplet: 57, 28 and E7. RGB value is (87,40,231). Sum of RGB (Red+Green+Blue) = 87+40+231=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #5728E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5728E7 is #A8D718. Grayscale: #4B4B4B. Windows color (decimal): -11065113 or 15149143. OLE color: 15149143.
HSL color Cylindrical-coordinate representation of color #5728E7: hue angle of 254.76º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5728E7 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 40 | 231 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.09 |
| HSL | 254.76º | 0.8% | 0.53% | - |
| HSV(B) | 254.76º | 0.83% | 0.91% | - |
| XYZ | 19.11 | 9.31 | 76.39 | - |
| YUV | 75.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 231 | 0.62 | 0.83 | 0 | 0.09 | 254.76 | 0.8 | 0.53 |
| Hex | 57 | 28 | E7 | 3E | 53 | 0 | 9 | FF | 50 | 35 |
| Octal | 127 | 50 | 347 | 76 | 123 | 0 | 11 | 377 | 120 | 65 |
| Binary | 1010111 | 101000 | 11100111 | 111110 | 1010011 | 0 | 1001 | 11111111 | 1010000 | 110101 |
Color Harmonies of #5728E7
Complementary color
Monochromatic Colors of #5728E7
Black with #5728E7
Text Example
Text Example
White with #5728E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728E7; }
p { color: rgb(87,40,231); }
H1.HeaderClassName
{
color: #5728E7;
}
.AnyTagClassName
{
color: #5728E7;
}
</style>
background-color css
<style>
a { background-color: #5728E7; }
a { background-color: rgb(87,40,231); }
div.DivClassName
{
background-color: #5728E7;
}
.BgClassName
{
background-color: #5728E7;
}
</style>
border-color css
<style>
span { border-color: #5728E7; }
span { border-color: rgb(87,40,231); }
td.TdClassName
{
border-color: #5728E7;
}
.TagClassName
{
border-color: #5728E7;
}
</style>