Shades of Dark Purple #971B70
Tints of Dark Purple #971B70
RGB
CMYK
RGB Variations
Color information
#971B70 (or 0x971B70) is known color: Dark Purple. HEX triplet: 97, 1B and 70. RGB value is (151,27,112). Sum of RGB (Red+Green+Blue) = 151+27+112=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #971B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B70 is #68E48F. Grayscale: #494949. Windows color (decimal): -6874256 or 7347095. OLE color: 7347095.
HSL color Cylindrical-coordinate representation of color #971B70: hue angle of 318.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B70 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 112 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.41 |
| HSL | 318.87º | 0.7% | 0.35% | - |
| HSV(B) | 318.87º | 0.82% | 0.59% | - |
| XYZ | 16.08 | 8.53 | 16.13 | - |
| YUV | 73.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 112 | 0 | 0.82 | 0.26 | 0.41 | 318.87 | 0.7 | 0.35 |
| Hex | 97 | 1B | 70 | 0 | 52 | 1A | 29 | 13F | 46 | 23 |
| Octal | 227 | 33 | 160 | 0 | 122 | 32 | 51 | 477 | 106 | 43 |
| Binary | 10010111 | 11011 | 1110000 | 0 | 1010010 | 11010 | 101001 | 100111111 | 1000110 | 100011 |
Color Harmonies of #971B70
Complementary color
Monochromatic Colors of #971B70
Black with #971B70
Text Example
Text Example
White with #971B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B70; }
p { color: rgb(151,27,112); }
H1.HeaderClassName
{
color: #971B70;
}
.AnyTagClassName
{
color: #971B70;
}
</style>
background-color css
<style>
a { background-color: #971B70; }
a { background-color: rgb(151,27,112); }
div.DivClassName
{
background-color: #971B70;
}
.BgClassName
{
background-color: #971B70;
}
</style>
border-color css
<style>
span { border-color: #971B70; }
span { border-color: rgb(151,27,112); }
td.TdClassName
{
border-color: #971B70;
}
.TagClassName
{
border-color: #971B70;
}
</style>