Shades of Han Purple #571FEA
Tints of Han Purple #571FEA
RGB
CMYK
RGB Variations
Color information
#571FEA (or 0x571FEA) is known color: Han Purple. HEX triplet: 57, 1F and EA. RGB value is (87,31,234). Sum of RGB (Red+Green+Blue) = 87+31+234=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #571FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571FEA is #A8E015. Grayscale: #464646. Windows color (decimal): -11067414 or 15343447. OLE color: 15343447.
HSL color Cylindrical-coordinate representation of color #571FEA: hue angle of 256.55º 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 #571FEA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 31 | 234 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.08 |
| HSL | 256.55º | 0.83% | 0.52% | - |
| HSV(B) | 256.55º | 0.87% | 0.92% | - |
| XYZ | 19.27 | 8.95 | 78.55 | - |
| YUV | 70.89 | 220.05 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 234 | 0.63 | 0.87 | 0 | 0.08 | 256.55 | 0.83 | 0.52 |
| Hex | 57 | 1F | EA | 3F | 57 | 0 | 8 | 101 | 53 | 34 |
| Octal | 127 | 37 | 352 | 77 | 127 | 0 | 10 | 401 | 123 | 64 |
| Binary | 1010111 | 11111 | 11101010 | 111111 | 1010111 | 0 | 1000 | 100000001 | 1010011 | 110100 |
Color Harmonies of #571FEA
Complementary color
Monochromatic Colors of #571FEA
Black with #571FEA
Text Example
Text Example
White with #571FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571FEA; }
p { color: rgb(87,31,234); }
H1.HeaderClassName
{
color: #571FEA;
}
.AnyTagClassName
{
color: #571FEA;
}
</style>
background-color css
<style>
a { background-color: #571FEA; }
a { background-color: rgb(87,31,234); }
div.DivClassName
{
background-color: #571FEA;
}
.BgClassName
{
background-color: #571FEA;
}
</style>
border-color css
<style>
span { border-color: #571FEA; }
span { border-color: rgb(87,31,234); }
td.TdClassName
{
border-color: #571FEA;
}
.TagClassName
{
border-color: #571FEA;
}
</style>