Shades of Han Purple #5723EA
Tints of Han Purple #5723EA
RGB
CMYK
RGB Variations
Color information
#5723EA (or 0x5723EA) is known color: Han Purple. HEX triplet: 57, 23 and EA. RGB value is (87,35,234). Sum of RGB (Red+Green+Blue) = 87+35+234=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #5723EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5723EA is #A8DC15. Grayscale: #484848. Windows color (decimal): -11066390 or 15344471. OLE color: 15344471.
HSL color Cylindrical-coordinate representation of color #5723EA: hue angle of 255.68º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5723EA is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 35 | 234 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.08 |
| HSL | 255.68º | 0.83% | 0.53% | - |
| HSV(B) | 255.68º | 0.85% | 0.92% | - |
| XYZ | 19.38 | 9.17 | 78.59 | - |
| YUV | 73.23 | 218.73 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 234 | 0.63 | 0.85 | 0 | 0.08 | 255.68 | 0.83 | 0.53 |
| Hex | 57 | 23 | EA | 3F | 55 | 0 | 8 | 100 | 53 | 35 |
| Octal | 127 | 43 | 352 | 77 | 125 | 0 | 10 | 400 | 123 | 65 |
| Binary | 1010111 | 100011 | 11101010 | 111111 | 1010101 | 0 | 1000 | 100000000 | 1010011 | 110101 |
Color Harmonies of #5723EA
Complementary color
Monochromatic Colors of #5723EA
Black with #5723EA
Text Example
Text Example
White with #5723EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723EA; }
p { color: rgb(87,35,234); }
H1.HeaderClassName
{
color: #5723EA;
}
.AnyTagClassName
{
color: #5723EA;
}
</style>
background-color css
<style>
a { background-color: #5723EA; }
a { background-color: rgb(87,35,234); }
div.DivClassName
{
background-color: #5723EA;
}
.BgClassName
{
background-color: #5723EA;
}
</style>
border-color css
<style>
span { border-color: #5723EA; }
span { border-color: rgb(87,35,234); }
td.TdClassName
{
border-color: #5723EA;
}
.TagClassName
{
border-color: #5723EA;
}
</style>