Shades of Dark Purple #972693
Tints of Dark Purple #972693
RGB
CMYK
RGB Variations
Color information
#972693 (or 0x972693) is known color: Dark Purple. HEX triplet: 97, 26 and 93. RGB value is (151,38,147). Sum of RGB (Red+Green+Blue) = 151+38+147=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #972693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972693 is #68D96C. Grayscale: #535353. Windows color (decimal): -6871405 or 9643671. OLE color: 9643671.
HSL color Cylindrical-coordinate representation of color #972693: hue angle of 302.12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972693 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 147 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.41 |
| HSL | 302.12º | 0.6% | 0.37% | - |
| HSV(B) | 302.12º | 0.75% | 0.59% | - |
| XYZ | 18.72 | 10.07 | 28.56 | - |
| YUV | 84.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 147 | 0 | 0.75 | 0.03 | 0.41 | 302.12 | 0.6 | 0.37 |
| Hex | 97 | 26 | 93 | 0 | 4B | 3 | 29 | 12E | 3C | 25 |
| Octal | 227 | 46 | 223 | 0 | 113 | 3 | 51 | 456 | 74 | 45 |
| Binary | 10010111 | 100110 | 10010011 | 0 | 1001011 | 11 | 101001 | 100101110 | 111100 | 100101 |
Color Harmonies of #972693
Complementary color
Monochromatic Colors of #972693
Black with #972693
Text Example
Text Example
White with #972693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972693; }
p { color: rgb(151,38,147); }
H1.HeaderClassName
{
color: #972693;
}
.AnyTagClassName
{
color: #972693;
}
</style>
background-color css
<style>
a { background-color: #972693; }
a { background-color: rgb(151,38,147); }
div.DivClassName
{
background-color: #972693;
}
.BgClassName
{
background-color: #972693;
}
</style>
border-color css
<style>
span { border-color: #972693; }
span { border-color: rgb(151,38,147); }
td.TdClassName
{
border-color: #972693;
}
.TagClassName
{
border-color: #972693;
}
</style>