Shades of Han Purple #5736EA
Tints of Han Purple #5736EA
RGB
CMYK
RGB Variations
Color information
#5736EA (or 0x5736EA) is known color: Han Purple. HEX triplet: 57, 36 and EA. RGB value is (87,54,234). Sum of RGB (Red+Green+Blue) = 87+54+234=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #5736EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5736EA is #A8C915. Grayscale: #535353. Windows color (decimal): -11061526 or 15349335. OLE color: 15349335.
HSL color Cylindrical-coordinate representation of color #5736EA: hue angle of 251º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5736EA is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 54 | 234 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.08 |
| HSL | 251º | 0.81% | 0.56% | - |
| HSV(B) | 251º | 0.77% | 0.92% | - |
| XYZ | 20.1 | 10.61 | 78.83 | - |
| YUV | 84.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 234 | 0.63 | 0.77 | 0 | 0.08 | 251 | 0.81 | 0.56 |
| Hex | 57 | 36 | EA | 3F | 4D | 0 | 8 | FB | 51 | 38 |
| Octal | 127 | 66 | 352 | 77 | 115 | 0 | 10 | 373 | 121 | 70 |
| Binary | 1010111 | 110110 | 11101010 | 111111 | 1001101 | 0 | 1000 | 11111011 | 1010001 | 111000 |
Color Harmonies of #5736EA
Complementary color
Monochromatic Colors of #5736EA
Black with #5736EA
Text Example
Text Example
White with #5736EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5736EA; }
p { color: rgb(87,54,234); }
H1.HeaderClassName
{
color: #5736EA;
}
.AnyTagClassName
{
color: #5736EA;
}
</style>
background-color css
<style>
a { background-color: #5736EA; }
a { background-color: rgb(87,54,234); }
div.DivClassName
{
background-color: #5736EA;
}
.BgClassName
{
background-color: #5736EA;
}
</style>
border-color css
<style>
span { border-color: #5736EA; }
span { border-color: rgb(87,54,234); }
td.TdClassName
{
border-color: #5736EA;
}
.TagClassName
{
border-color: #5736EA;
}
</style>