Shades of Dark Purple #7B2975
Tints of Dark Purple #7B2975
RGB
CMYK
RGB Variations
Color information
#7B2975 (or 0x7B2975) is known color: Dark Purple. HEX triplet: 7B, 29 and 75. RGB value is (123,41,117). Sum of RGB (Red+Green+Blue) = 123+41+117=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2975 is #84D68A. Grayscale: #494949. Windows color (decimal): -8705675 or 7678331. OLE color: 7678331.
HSL color Cylindrical-coordinate representation of color #7B2975: hue angle of 304.39º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2975 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 117 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.52 |
| HSL | 304.39º | 0.5% | 0.32% | - |
| HSV(B) | 304.39º | 0.67% | 0.48% | - |
| XYZ | 12.17 | 7.08 | 17.55 | - |
| YUV | 74.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 117 | 0 | 0.67 | 0.05 | 0.52 | 304.39 | 0.5 | 0.32 |
| Hex | 7B | 29 | 75 | 0 | 43 | 5 | 34 | 130 | 32 | 20 |
| Octal | 173 | 51 | 165 | 0 | 103 | 5 | 64 | 460 | 62 | 40 |
| Binary | 1111011 | 101001 | 1110101 | 0 | 1000011 | 101 | 110100 | 100110000 | 110010 | 100000 |
Color Harmonies of #7B2975
Complementary color
Monochromatic Colors of #7B2975
Black with #7B2975
Text Example
Text Example
White with #7B2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2975; }
p { color: rgb(123,41,117); }
H1.HeaderClassName
{
color: #7B2975;
}
.AnyTagClassName
{
color: #7B2975;
}
</style>
background-color css
<style>
a { background-color: #7B2975; }
a { background-color: rgb(123,41,117); }
div.DivClassName
{
background-color: #7B2975;
}
.BgClassName
{
background-color: #7B2975;
}
</style>
border-color css
<style>
span { border-color: #7B2975; }
span { border-color: rgb(123,41,117); }
td.TdClassName
{
border-color: #7B2975;
}
.TagClassName
{
border-color: #7B2975;
}
</style>