Shades of Han Purple #571EEC
Tints of Han Purple #571EEC
RGB
CMYK
RGB Variations
Color information
#571EEC (or 0x571EEC) is known color: Han Purple. HEX triplet: 57, 1E and EC. RGB value is (87,30,236). Sum of RGB (Red+Green+Blue) = 87+30+236=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #571EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EEC is #A8E113. Grayscale: #454545. Windows color (decimal): -11067668 or 15474263. OLE color: 15474263.
HSL color Cylindrical-coordinate representation of color #571EEC: hue angle of 256.6º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571EEC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 30 | 236 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.6º | 0.84% | 0.52% | - |
| HSV(B) | 256.6º | 0.87% | 0.93% | - |
| XYZ | 19.54 | 9.01 | 80.07 | - |
| YUV | 70.53 | 221.38 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 236 | 0.63 | 0.87 | 0 | 0.07 | 256.6 | 0.84 | 0.52 |
| Hex | 57 | 1E | EC | 3F | 57 | 0 | 7 | 101 | 54 | 34 |
| Octal | 127 | 36 | 354 | 77 | 127 | 0 | 7 | 401 | 124 | 64 |
| Binary | 1010111 | 11110 | 11101100 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010100 | 110100 |
Color Harmonies of #571EEC
Complementary color
Monochromatic Colors of #571EEC
Black with #571EEC
Text Example
Text Example
White with #571EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EEC; }
p { color: rgb(87,30,236); }
H1.HeaderClassName
{
color: #571EEC;
}
.AnyTagClassName
{
color: #571EEC;
}
</style>
background-color css
<style>
a { background-color: #571EEC; }
a { background-color: rgb(87,30,236); }
div.DivClassName
{
background-color: #571EEC;
}
.BgClassName
{
background-color: #571EEC;
}
</style>
border-color css
<style>
span { border-color: #571EEC; }
span { border-color: rgb(87,30,236); }
td.TdClassName
{
border-color: #571EEC;
}
.TagClassName
{
border-color: #571EEC;
}
</style>