Shades of Han Purple #571EEA
Tints of Han Purple #571EEA
RGB
CMYK
RGB Variations
Color information
#571EEA (or 0x571EEA) is known color: Han Purple. HEX triplet: 57, 1E and EA. RGB value is (87,30,234). Sum of RGB (Red+Green+Blue) = 87+30+234=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #571EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EEA is #A8E115. Grayscale: #454545. Windows color (decimal): -11067670 or 15343191. OLE color: 15343191.
HSL color Cylindrical-coordinate representation of color #571EEA: hue angle of 256.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571EEA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 30 | 234 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.08 |
| HSL | 256.76º | 0.83% | 0.52% | - |
| HSV(B) | 256.76º | 0.87% | 0.92% | - |
| XYZ | 19.25 | 8.9 | 78.54 | - |
| YUV | 70.3 | 220.38 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 234 | 0.63 | 0.87 | 0 | 0.08 | 256.76 | 0.83 | 0.52 |
| Hex | 57 | 1E | EA | 3F | 57 | 0 | 8 | 101 | 53 | 34 |
| Octal | 127 | 36 | 352 | 77 | 127 | 0 | 10 | 401 | 123 | 64 |
| Binary | 1010111 | 11110 | 11101010 | 111111 | 1010111 | 0 | 1000 | 100000001 | 1010011 | 110100 |
Color Harmonies of #571EEA
Complementary color
Monochromatic Colors of #571EEA
Black with #571EEA
Text Example
Text Example
White with #571EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EEA; }
p { color: rgb(87,30,234); }
H1.HeaderClassName
{
color: #571EEA;
}
.AnyTagClassName
{
color: #571EEA;
}
</style>
background-color css
<style>
a { background-color: #571EEA; }
a { background-color: rgb(87,30,234); }
div.DivClassName
{
background-color: #571EEA;
}
.BgClassName
{
background-color: #571EEA;
}
</style>
border-color css
<style>
span { border-color: #571EEA; }
span { border-color: rgb(87,30,234); }
td.TdClassName
{
border-color: #571EEA;
}
.TagClassName
{
border-color: #571EEA;
}
</style>