Shades of Dark Purple #7B0D6C
Tints of Dark Purple #7B0D6C
RGB
CMYK
RGB Variations
Color information
#7B0D6C (or 0x7B0D6C) is known color: Dark Purple. HEX triplet: 7B, 0D and 6C. RGB value is (123,13,108). Sum of RGB (Red+Green+Blue) = 123+13+108=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D6C is #84F293. Grayscale: #383838. Windows color (decimal): -8712852 or 7081339. OLE color: 7081339.
HSL color Cylindrical-coordinate representation of color #7B0D6C: hue angle of 308.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D6C is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 13 | 108 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.52 |
| HSL | 308.18º | 0.81% | 0.27% | - |
| HSV(B) | 308.18º | 0.89% | 0.48% | - |
| XYZ | 11.02 | 5.58 | 14.68 | - |
| YUV | 56.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 108 | 0 | 0.89 | 0.12 | 0.52 | 308.18 | 0.81 | 0.27 |
| Hex | 7B | D | 6C | 0 | 59 | C | 34 | 134 | 51 | 1B |
| Octal | 173 | 15 | 154 | 0 | 131 | 14 | 64 | 464 | 121 | 33 |
| Binary | 1111011 | 1101 | 1101100 | 0 | 1011001 | 1100 | 110100 | 100110100 | 1010001 | 11011 |
Color Harmonies of #7B0D6C
Complementary color
Monochromatic Colors of #7B0D6C
Black with #7B0D6C
Text Example
Text Example
White with #7B0D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D6C; }
p { color: rgb(123,13,108); }
H1.HeaderClassName
{
color: #7B0D6C;
}
.AnyTagClassName
{
color: #7B0D6C;
}
</style>
background-color css
<style>
a { background-color: #7B0D6C; }
a { background-color: rgb(123,13,108); }
div.DivClassName
{
background-color: #7B0D6C;
}
.BgClassName
{
background-color: #7B0D6C;
}
</style>
border-color css
<style>
span { border-color: #7B0D6C; }
span { border-color: rgb(123,13,108); }
td.TdClassName
{
border-color: #7B0D6C;
}
.TagClassName
{
border-color: #7B0D6C;
}
</style>