Shades of Han Purple #5731EE
Tints of Han Purple #5731EE
RGB
CMYK
RGB Variations
Color information
#5731EE (or 0x5731EE) is known color: Han Purple. HEX triplet: 57, 31 and EE. RGB value is (87,49,238). Sum of RGB (Red+Green+Blue) = 87+49+238=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5731EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5731EE is #A8CE11. Grayscale: #515151. Windows color (decimal): -11062802 or 15610199. OLE color: 15610199.
HSL color Cylindrical-coordinate representation of color #5731EE: hue angle of 252.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5731EE is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 49 | 238 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.07 |
| HSL | 252.06º | 0.85% | 0.56% | - |
| HSV(B) | 252.06º | 0.79% | 0.93% | - |
| XYZ | 20.46 | 10.4 | 81.82 | - |
| YUV | 81.91 | 216.09 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 238 | 0.63 | 0.79 | 0 | 0.07 | 252.06 | 0.85 | 0.56 |
| Hex | 57 | 31 | EE | 3F | 4F | 0 | 7 | FC | 55 | 38 |
| Octal | 127 | 61 | 356 | 77 | 117 | 0 | 7 | 374 | 125 | 70 |
| Binary | 1010111 | 110001 | 11101110 | 111111 | 1001111 | 0 | 111 | 11111100 | 1010101 | 111000 |
Color Harmonies of #5731EE
Complementary color
Monochromatic Colors of #5731EE
Black with #5731EE
Text Example
Text Example
White with #5731EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731EE; }
p { color: rgb(87,49,238); }
H1.HeaderClassName
{
color: #5731EE;
}
.AnyTagClassName
{
color: #5731EE;
}
</style>
background-color css
<style>
a { background-color: #5731EE; }
a { background-color: rgb(87,49,238); }
div.DivClassName
{
background-color: #5731EE;
}
.BgClassName
{
background-color: #5731EE;
}
</style>
border-color css
<style>
span { border-color: #5731EE; }
span { border-color: rgb(87,49,238); }
td.TdClassName
{
border-color: #5731EE;
}
.TagClassName
{
border-color: #5731EE;
}
</style>