Shades of Purple #610171
Tints of Purple #610171
RGB
CMYK
RGB Variations
Color information
#610171 (or 0x610171) is known color: Purple. HEX triplet: 61, 01 and 71. RGB value is (97,1,113). Sum of RGB (Red+Green+Blue) = 97+1+113=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #610171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610171 is #9EFE8E. Grayscale: #2A2A2A. Windows color (decimal): -10419855 or 7405921. OLE color: 7405921.
HSL color Cylindrical-coordinate representation of color #610171: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610171 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 1 | 113 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.56 |
| HSL | 291.43º | 0.98% | 0.22% | - |
| HSV(B) | 291.43º | 0.99% | 0.44% | - |
| XYZ | 7.92 | 3.76 | 15.93 | - |
| YUV | 42.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 113 | 0.14 | 0.99 | 0 | 0.56 | 291.43 | 0.98 | 0.22 |
| Hex | 61 | 1 | 71 | E | 63 | 0 | 38 | 123 | 62 | 16 |
| Octal | 141 | 1 | 161 | 16 | 143 | 0 | 70 | 443 | 142 | 26 |
| Binary | 1100001 | 1 | 1110001 | 1110 | 1100011 | 0 | 111000 | 100100011 | 1100010 | 10110 |
Color Harmonies of #610171
Complementary color
Monochromatic Colors of #610171
Black with #610171
Text Example
Text Example
White with #610171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610171; }
p { color: rgb(97,1,113); }
H1.HeaderClassName
{
color: #610171;
}
.AnyTagClassName
{
color: #610171;
}
</style>
background-color css
<style>
a { background-color: #610171; }
a { background-color: rgb(97,1,113); }
div.DivClassName
{
background-color: #610171;
}
.BgClassName
{
background-color: #610171;
}
</style>
border-color css
<style>
span { border-color: #610171; }
span { border-color: rgb(97,1,113); }
td.TdClassName
{
border-color: #610171;
}
.TagClassName
{
border-color: #610171;
}
</style>