Shades of Dark Purple #7B206A
Tints of Dark Purple #7B206A
RGB
CMYK
RGB Variations
Color information
#7B206A (or 0x7B206A) is known color: Dark Purple. HEX triplet: 7B, 20 and 6A. RGB value is (123,32,106). Sum of RGB (Red+Green+Blue) = 123+32+106=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B206A is #84DF95. Grayscale: #434343. Windows color (decimal): -8707990 or 6955131. OLE color: 6955131.
HSL color Cylindrical-coordinate representation of color #7B206A: hue angle of 311.21º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B206A is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 106 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.52 |
| HSL | 311.21º | 0.59% | 0.3% | - |
| HSV(B) | 311.21º | 0.74% | 0.48% | - |
| XYZ | 11.29 | 6.28 | 14.25 | - |
| YUV | 67.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 106 | 0 | 0.74 | 0.14 | 0.52 | 311.21 | 0.59 | 0.3 |
| Hex | 7B | 20 | 6A | 0 | 4A | E | 34 | 137 | 3B | 1E |
| Octal | 173 | 40 | 152 | 0 | 112 | 16 | 64 | 467 | 73 | 36 |
| Binary | 1111011 | 100000 | 1101010 | 0 | 1001010 | 1110 | 110100 | 100110111 | 111011 | 11110 |
Color Harmonies of #7B206A
Complementary color
Monochromatic Colors of #7B206A
Black with #7B206A
Text Example
Text Example
White with #7B206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B206A; }
p { color: rgb(123,32,106); }
H1.HeaderClassName
{
color: #7B206A;
}
.AnyTagClassName
{
color: #7B206A;
}
</style>
background-color css
<style>
a { background-color: #7B206A; }
a { background-color: rgb(123,32,106); }
div.DivClassName
{
background-color: #7B206A;
}
.BgClassName
{
background-color: #7B206A;
}
</style>
border-color css
<style>
span { border-color: #7B206A; }
span { border-color: rgb(123,32,106); }
td.TdClassName
{
border-color: #7B206A;
}
.TagClassName
{
border-color: #7B206A;
}
</style>