Shades of Dark Purple #7B136C
Tints of Dark Purple #7B136C
RGB
CMYK
RGB Variations
Color information
#7B136C (or 0x7B136C) is known color: Dark Purple. HEX triplet: 7B, 13 and 6C. RGB value is (123,19,108). Sum of RGB (Red+Green+Blue) = 123+19+108=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B136C is #84EC93. Grayscale: #3B3B3B. Windows color (decimal): -8711316 or 7082875. OLE color: 7082875.
HSL color Cylindrical-coordinate representation of color #7B136C: hue angle of 308.65º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B136C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 108 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.52 |
| HSL | 308.65º | 0.73% | 0.28% | - |
| HSV(B) | 308.65º | 0.85% | 0.48% | - |
| XYZ | 11.11 | 5.76 | 14.71 | - |
| YUV | 60.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 108 | 0 | 0.85 | 0.12 | 0.52 | 308.65 | 0.73 | 0.28 |
| Hex | 7B | 13 | 6C | 0 | 55 | C | 34 | 135 | 49 | 1C |
| Octal | 173 | 23 | 154 | 0 | 125 | 14 | 64 | 465 | 111 | 34 |
| Binary | 1111011 | 10011 | 1101100 | 0 | 1010101 | 1100 | 110100 | 100110101 | 1001001 | 11100 |
Color Harmonies of #7B136C
Complementary color
Monochromatic Colors of #7B136C
Black with #7B136C
Text Example
Text Example
White with #7B136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B136C; }
p { color: rgb(123,19,108); }
H1.HeaderClassName
{
color: #7B136C;
}
.AnyTagClassName
{
color: #7B136C;
}
</style>
background-color css
<style>
a { background-color: #7B136C; }
a { background-color: rgb(123,19,108); }
div.DivClassName
{
background-color: #7B136C;
}
.BgClassName
{
background-color: #7B136C;
}
</style>
border-color css
<style>
span { border-color: #7B136C; }
span { border-color: rgb(123,19,108); }
td.TdClassName
{
border-color: #7B136C;
}
.TagClassName
{
border-color: #7B136C;
}
</style>