Shades of Hot Purple #571A63
Tints of Hot Purple #571A63
RGB
CMYK
RGB Variations
Color information
#571A63 (or 0x571A63) is known color: Hot Purple. HEX triplet: 57, 1A and 63. RGB value is (87,26,99). Sum of RGB (Red+Green+Blue) = 87+26+99=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #571A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A63 is #A8E59C. Grayscale: #343434. Windows color (decimal): -11068829 or 6494807. OLE color: 6494807.
HSL color Cylindrical-coordinate representation of color #571A63: hue angle of 290.14º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571A63 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 26 | 99 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.61 |
| HSL | 290.14º | 0.58% | 0.25% | - |
| HSV(B) | 290.14º | 0.74% | 0.39% | - |
| XYZ | 6.55 | 3.67 | 12.17 | - |
| YUV | 52.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 99 | 0.12 | 0.74 | 0 | 0.61 | 290.14 | 0.58 | 0.25 |
| Hex | 57 | 1A | 63 | C | 4A | 0 | 3D | 122 | 3A | 19 |
| Octal | 127 | 32 | 143 | 14 | 112 | 0 | 75 | 442 | 72 | 31 |
| Binary | 1010111 | 11010 | 1100011 | 1100 | 1001010 | 0 | 111101 | 100100010 | 111010 | 11001 |
Color Harmonies of #571A63
Complementary color
Monochromatic Colors of #571A63
Black with #571A63
Text Example
Text Example
White with #571A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A63; }
p { color: rgb(87,26,99); }
H1.HeaderClassName
{
color: #571A63;
}
.AnyTagClassName
{
color: #571A63;
}
</style>
background-color css
<style>
a { background-color: #571A63; }
a { background-color: rgb(87,26,99); }
div.DivClassName
{
background-color: #571A63;
}
.BgClassName
{
background-color: #571A63;
}
</style>
border-color css
<style>
span { border-color: #571A63; }
span { border-color: rgb(87,26,99); }
td.TdClassName
{
border-color: #571A63;
}
.TagClassName
{
border-color: #571A63;
}
</style>