Shades of Dark Purple #7B2174
Tints of Dark Purple #7B2174
RGB
CMYK
RGB Variations
Color information
#7B2174 (or 0x7B2174) is known color: Dark Purple. HEX triplet: 7B, 21 and 74. RGB value is (123,33,116). Sum of RGB (Red+Green+Blue) = 123+33+116=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2174 is #84DE8B. Grayscale: #454545. Windows color (decimal): -8707724 or 7610747. OLE color: 7610747.
HSL color Cylindrical-coordinate representation of color #7B2174: hue angle of 304.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2174 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 116 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.52 |
| HSL | 304.67º | 0.58% | 0.31% | - |
| HSV(B) | 304.67º | 0.73% | 0.48% | - |
| XYZ | 11.86 | 6.56 | 17.16 | - |
| YUV | 69.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 116 | 0 | 0.73 | 0.06 | 0.52 | 304.67 | 0.58 | 0.31 |
| Hex | 7B | 21 | 74 | 0 | 49 | 6 | 34 | 131 | 3A | 1F |
| Octal | 173 | 41 | 164 | 0 | 111 | 6 | 64 | 461 | 72 | 37 |
| Binary | 1111011 | 100001 | 1110100 | 0 | 1001001 | 110 | 110100 | 100110001 | 111010 | 11111 |
Color Harmonies of #7B2174
Complementary color
Monochromatic Colors of #7B2174
Black with #7B2174
Text Example
Text Example
White with #7B2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2174; }
p { color: rgb(123,33,116); }
H1.HeaderClassName
{
color: #7B2174;
}
.AnyTagClassName
{
color: #7B2174;
}
</style>
background-color css
<style>
a { background-color: #7B2174; }
a { background-color: rgb(123,33,116); }
div.DivClassName
{
background-color: #7B2174;
}
.BgClassName
{
background-color: #7B2174;
}
</style>
border-color css
<style>
span { border-color: #7B2174; }
span { border-color: rgb(123,33,116); }
td.TdClassName
{
border-color: #7B2174;
}
.TagClassName
{
border-color: #7B2174;
}
</style>