Shades of Dark Purple #7B136D
Tints of Dark Purple #7B136D
RGB
CMYK
RGB Variations
Color information
#7B136D (or 0x7B136D) is known color: Dark Purple. HEX triplet: 7B, 13 and 6D. RGB value is (123,19,109). Sum of RGB (Red+Green+Blue) = 123+19+109=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B136D is #84EC92. Grayscale: #3C3C3C. Windows color (decimal): -8711315 or 7148411. OLE color: 7148411.
HSL color Cylindrical-coordinate representation of color #7B136D: hue angle of 308.08º 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 #7B136D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 109 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.52 |
| HSL | 308.08º | 0.73% | 0.28% | - |
| HSV(B) | 308.08º | 0.85% | 0.48% | - |
| XYZ | 11.16 | 5.78 | 15 | - |
| YUV | 60.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 109 | 0 | 0.85 | 0.11 | 0.52 | 308.08 | 0.73 | 0.28 |
| Hex | 7B | 13 | 6D | 0 | 55 | B | 34 | 134 | 49 | 1C |
| Octal | 173 | 23 | 155 | 0 | 125 | 13 | 64 | 464 | 111 | 34 |
| Binary | 1111011 | 10011 | 1101101 | 0 | 1010101 | 1011 | 110100 | 100110100 | 1001001 | 11100 |
Color Harmonies of #7B136D
Complementary color
Monochromatic Colors of #7B136D
Black with #7B136D
Text Example
Text Example
White with #7B136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B136D; }
p { color: rgb(123,19,109); }
H1.HeaderClassName
{
color: #7B136D;
}
.AnyTagClassName
{
color: #7B136D;
}
</style>
background-color css
<style>
a { background-color: #7B136D; }
a { background-color: rgb(123,19,109); }
div.DivClassName
{
background-color: #7B136D;
}
.BgClassName
{
background-color: #7B136D;
}
</style>
border-color css
<style>
span { border-color: #7B136D; }
span { border-color: rgb(123,19,109); }
td.TdClassName
{
border-color: #7B136D;
}
.TagClassName
{
border-color: #7B136D;
}
</style>