Shades of Han Purple #5731EF
Tints of Han Purple #5731EF
RGB
CMYK
RGB Variations
Color information
#5731EF (or 0x5731EF) is known color: Han Purple. HEX triplet: 57, 31 and EF. RGB value is (87,49,239). Sum of RGB (Red+Green+Blue) = 87+49+239=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #5731EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5731EF is #A8CE10. Grayscale: #515151. Windows color (decimal): -11062801 or 15675735. OLE color: 15675735.
HSL color Cylindrical-coordinate representation of color #5731EF: hue angle of 252º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5731EF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 49 | 239 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.06 |
| HSL | 252º | 0.86% | 0.56% | - |
| HSV(B) | 252º | 0.79% | 0.94% | - |
| XYZ | 20.61 | 10.45 | 82.59 | - |
| YUV | 82.02 | 216.59 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 239 | 0.64 | 0.79 | 0 | 0.06 | 252 | 0.86 | 0.56 |
| Hex | 57 | 31 | EF | 40 | 4F | 0 | 6 | FC | 56 | 38 |
| Octal | 127 | 61 | 357 | 100 | 117 | 0 | 6 | 374 | 126 | 70 |
| Binary | 1010111 | 110001 | 11101111 | 1000000 | 1001111 | 0 | 110 | 11111100 | 1010110 | 111000 |
Color Harmonies of #5731EF
Complementary color
Monochromatic Colors of #5731EF
Black with #5731EF
Text Example
Text Example
White with #5731EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731EF; }
p { color: rgb(87,49,239); }
H1.HeaderClassName
{
color: #5731EF;
}
.AnyTagClassName
{
color: #5731EF;
}
</style>
background-color css
<style>
a { background-color: #5731EF; }
a { background-color: rgb(87,49,239); }
div.DivClassName
{
background-color: #5731EF;
}
.BgClassName
{
background-color: #5731EF;
}
</style>
border-color css
<style>
span { border-color: #5731EF; }
span { border-color: rgb(87,49,239); }
td.TdClassName
{
border-color: #5731EF;
}
.TagClassName
{
border-color: #5731EF;
}
</style>