Shades of Dark Purple #7B306D
Tints of Dark Purple #7B306D
RGB
CMYK
RGB Variations
Color information
#7B306D (or 0x7B306D) is known color: Dark Purple. HEX triplet: 7B, 30 and 6D. RGB value is (123,48,109). Sum of RGB (Red+Green+Blue) = 123+48+109=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B306D is #84CF92. Grayscale: #4D4D4D. Windows color (decimal): -8703891 or 7155835. OLE color: 7155835.
HSL color Cylindrical-coordinate representation of color #7B306D: hue angle of 311.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B306D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 48 | 109 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.52 |
| HSL | 311.2º | 0.44% | 0.34% | - |
| HSV(B) | 311.2º | 0.61% | 0.48% | - |
| XYZ | 11.99 | 7.43 | 15.27 | - |
| YUV | 77.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 109 | 0 | 0.61 | 0.11 | 0.52 | 311.2 | 0.44 | 0.34 |
| Hex | 7B | 30 | 6D | 0 | 3D | B | 34 | 137 | 2C | 22 |
| Octal | 173 | 60 | 155 | 0 | 75 | 13 | 64 | 467 | 54 | 42 |
| Binary | 1111011 | 110000 | 1101101 | 0 | 111101 | 1011 | 110100 | 100110111 | 101100 | 100010 |
Color Harmonies of #7B306D
Complementary color
Monochromatic Colors of #7B306D
Black with #7B306D
Text Example
Text Example
White with #7B306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B306D; }
p { color: rgb(123,48,109); }
H1.HeaderClassName
{
color: #7B306D;
}
.AnyTagClassName
{
color: #7B306D;
}
</style>
background-color css
<style>
a { background-color: #7B306D; }
a { background-color: rgb(123,48,109); }
div.DivClassName
{
background-color: #7B306D;
}
.BgClassName
{
background-color: #7B306D;
}
</style>
border-color css
<style>
span { border-color: #7B306D; }
span { border-color: rgb(123,48,109); }
td.TdClassName
{
border-color: #7B306D;
}
.TagClassName
{
border-color: #7B306D;
}
</style>