Shades of Han Purple #5726EC
Tints of Han Purple #5726EC
RGB
CMYK
RGB Variations
Color information
#5726EC (or 0x5726EC) is known color: Han Purple. HEX triplet: 57, 26 and EC. RGB value is (87,38,236). Sum of RGB (Red+Green+Blue) = 87+38+236=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #5726EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5726EC is #A8D913. Grayscale: #4A4A4A. Windows color (decimal): -11065620 or 15476311. OLE color: 15476311.
HSL color Cylindrical-coordinate representation of color #5726EC: hue angle of 254.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5726EC is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 38 | 236 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.07 |
| HSL | 254.85º | 0.84% | 0.54% | - |
| HSV(B) | 254.85º | 0.84% | 0.93% | - |
| XYZ | 19.76 | 9.47 | 80.14 | - |
| YUV | 75.22 | 218.73 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 236 | 0.63 | 0.84 | 0 | 0.07 | 254.85 | 0.84 | 0.54 |
| Hex | 57 | 26 | EC | 3F | 54 | 0 | 7 | FF | 54 | 36 |
| Octal | 127 | 46 | 354 | 77 | 124 | 0 | 7 | 377 | 124 | 66 |
| Binary | 1010111 | 100110 | 11101100 | 111111 | 1010100 | 0 | 111 | 11111111 | 1010100 | 110110 |
Color Harmonies of #5726EC
Complementary color
Monochromatic Colors of #5726EC
Black with #5726EC
Text Example
Text Example
White with #5726EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5726EC; }
p { color: rgb(87,38,236); }
H1.HeaderClassName
{
color: #5726EC;
}
.AnyTagClassName
{
color: #5726EC;
}
</style>
background-color css
<style>
a { background-color: #5726EC; }
a { background-color: rgb(87,38,236); }
div.DivClassName
{
background-color: #5726EC;
}
.BgClassName
{
background-color: #5726EC;
}
</style>
border-color css
<style>
span { border-color: #5726EC; }
span { border-color: rgb(87,38,236); }
td.TdClassName
{
border-color: #5726EC;
}
.TagClassName
{
border-color: #5726EC;
}
</style>