Shades of Dark Purple #7B0A67
Tints of Dark Purple #7B0A67
RGB
CMYK
RGB Variations
Color information
#7B0A67 (or 0x7B0A67) is known color: Dark Purple. HEX triplet: 7B, 0A and 67. RGB value is (123,10,103). Sum of RGB (Red+Green+Blue) = 123+10+103=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0A67 is #84F598. Grayscale: #363636. Windows color (decimal): -8713625 or 6752891. OLE color: 6752891.
HSL color Cylindrical-coordinate representation of color #7B0A67: hue angle of 310.62º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0A67 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 10 | 103 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.52 |
| HSL | 310.62º | 0.85% | 0.26% | - |
| HSV(B) | 310.62º | 0.92% | 0.48% | - |
| XYZ | 10.73 | 5.41 | 13.31 | - |
| YUV | 54.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 103 | 0 | 0.92 | 0.16 | 0.52 | 310.62 | 0.85 | 0.26 |
| Hex | 7B | A | 67 | 0 | 5C | 10 | 34 | 137 | 55 | 1A |
| Octal | 173 | 12 | 147 | 0 | 134 | 20 | 64 | 467 | 125 | 32 |
| Binary | 1111011 | 1010 | 1100111 | 0 | 1011100 | 10000 | 110100 | 100110111 | 1010101 | 11010 |
Color Harmonies of #7B0A67
Complementary color
Monochromatic Colors of #7B0A67
Black with #7B0A67
Text Example
Text Example
White with #7B0A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0A67; }
p { color: rgb(123,10,103); }
H1.HeaderClassName
{
color: #7B0A67;
}
.AnyTagClassName
{
color: #7B0A67;
}
</style>
background-color css
<style>
a { background-color: #7B0A67; }
a { background-color: rgb(123,10,103); }
div.DivClassName
{
background-color: #7B0A67;
}
.BgClassName
{
background-color: #7B0A67;
}
</style>
border-color css
<style>
span { border-color: #7B0A67; }
span { border-color: rgb(123,10,103); }
td.TdClassName
{
border-color: #7B0A67;
}
.TagClassName
{
border-color: #7B0A67;
}
</style>