Shades of Hot Purple #571A65
Tints of Hot Purple #571A65
RGB
CMYK
RGB Variations
Color information
#571A65 (or 0x571A65) is known color: Hot Purple. HEX triplet: 57, 1A and 65. RGB value is (87,26,101). Sum of RGB (Red+Green+Blue) = 87+26+101=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #571A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A65 is #A8E59A. Grayscale: #343434. Windows color (decimal): -11068827 or 6625879. OLE color: 6625879.
HSL color Cylindrical-coordinate representation of color #571A65: hue angle of 288.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571A65 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 26 | 101 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.60 |
| HSL | 288.8º | 0.59% | 0.25% | - |
| HSV(B) | 288.8º | 0.74% | 0.4% | - |
| XYZ | 6.65 | 3.7 | 12.68 | - |
| YUV | 52.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 101 | 0.14 | 0.74 | 0 | 0.60 | 288.8 | 0.59 | 0.25 |
| Hex | 57 | 1A | 65 | E | 4A | 0 | 3C | 121 | 3B | 19 |
| Octal | 127 | 32 | 145 | 16 | 112 | 0 | 74 | 441 | 73 | 31 |
| Binary | 1010111 | 11010 | 1100101 | 1110 | 1001010 | 0 | 111100 | 100100001 | 111011 | 11001 |
Color Harmonies of #571A65
Complementary color
Monochromatic Colors of #571A65
Black with #571A65
Text Example
Text Example
White with #571A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A65; }
p { color: rgb(87,26,101); }
H1.HeaderClassName
{
color: #571A65;
}
.AnyTagClassName
{
color: #571A65;
}
</style>
background-color css
<style>
a { background-color: #571A65; }
a { background-color: rgb(87,26,101); }
div.DivClassName
{
background-color: #571A65;
}
.BgClassName
{
background-color: #571A65;
}
</style>
border-color css
<style>
span { border-color: #571A65; }
span { border-color: rgb(87,26,101); }
td.TdClassName
{
border-color: #571A65;
}
.TagClassName
{
border-color: #571A65;
}
</style>