Shades of Han Purple #5730EA
Tints of Han Purple #5730EA
RGB
CMYK
RGB Variations
Color information
#5730EA (or 0x5730EA) is known color: Han Purple. HEX triplet: 57, 30 and EA. RGB value is (87,48,234). Sum of RGB (Red+Green+Blue) = 87+48+234=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #5730EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5730EA is #A8CF15. Grayscale: #505050. Windows color (decimal): -11063062 or 15347799. OLE color: 15347799.
HSL color Cylindrical-coordinate representation of color #5730EA: hue angle of 252.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5730EA is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 48 | 234 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.08 |
| HSL | 252.58º | 0.82% | 0.55% | - |
| HSV(B) | 252.58º | 0.79% | 0.92% | - |
| XYZ | 19.84 | 10.08 | 78.74 | - |
| YUV | 80.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 234 | 0.63 | 0.79 | 0 | 0.08 | 252.58 | 0.82 | 0.55 |
| Hex | 57 | 30 | EA | 3F | 4F | 0 | 8 | FD | 52 | 37 |
| Octal | 127 | 60 | 352 | 77 | 117 | 0 | 10 | 375 | 122 | 67 |
| Binary | 1010111 | 110000 | 11101010 | 111111 | 1001111 | 0 | 1000 | 11111101 | 1010010 | 110111 |
Color Harmonies of #5730EA
Complementary color
Monochromatic Colors of #5730EA
Black with #5730EA
Text Example
Text Example
White with #5730EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5730EA; }
p { color: rgb(87,48,234); }
H1.HeaderClassName
{
color: #5730EA;
}
.AnyTagClassName
{
color: #5730EA;
}
</style>
background-color css
<style>
a { background-color: #5730EA; }
a { background-color: rgb(87,48,234); }
div.DivClassName
{
background-color: #5730EA;
}
.BgClassName
{
background-color: #5730EA;
}
</style>
border-color css
<style>
span { border-color: #5730EA; }
span { border-color: rgb(87,48,234); }
td.TdClassName
{
border-color: #5730EA;
}
.TagClassName
{
border-color: #5730EA;
}
</style>