Shades of Dark Purple #971B7A
Tints of Dark Purple #971B7A
RGB
CMYK
RGB Variations
Color information
#971B7A (or 0x971B7A) is known color: Dark Purple. HEX triplet: 97, 1B and 7A. RGB value is (151,27,122). Sum of RGB (Red+Green+Blue) = 151+27+122=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #971B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B7A is #68E485. Grayscale: #4A4A4A. Windows color (decimal): -6874246 or 8002455. OLE color: 8002455.
HSL color Cylindrical-coordinate representation of color #971B7A: hue angle of 314.03º 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 #971B7A is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 122 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.41 |
| HSL | 314.03º | 0.7% | 0.35% | - |
| HSV(B) | 314.03º | 0.82% | 0.59% | - |
| XYZ | 16.67 | 8.77 | 19.23 | - |
| YUV | 74.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 122 | 0 | 0.82 | 0.19 | 0.41 | 314.03 | 0.7 | 0.35 |
| Hex | 97 | 1B | 7A | 0 | 52 | 13 | 29 | 13A | 46 | 23 |
| Octal | 227 | 33 | 172 | 0 | 122 | 23 | 51 | 472 | 106 | 43 |
| Binary | 10010111 | 11011 | 1111010 | 0 | 1010010 | 10011 | 101001 | 100111010 | 1000110 | 100011 |
Color Harmonies of #971B7A
Complementary color
Monochromatic Colors of #971B7A
Black with #971B7A
Text Example
Text Example
White with #971B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B7A; }
p { color: rgb(151,27,122); }
H1.HeaderClassName
{
color: #971B7A;
}
.AnyTagClassName
{
color: #971B7A;
}
</style>
background-color css
<style>
a { background-color: #971B7A; }
a { background-color: rgb(151,27,122); }
div.DivClassName
{
background-color: #971B7A;
}
.BgClassName
{
background-color: #971B7A;
}
</style>
border-color css
<style>
span { border-color: #971B7A; }
span { border-color: rgb(151,27,122); }
td.TdClassName
{
border-color: #971B7A;
}
.TagClassName
{
border-color: #971B7A;
}
</style>