Shades of Dark Purple #7B2183
Tints of Dark Purple #7B2183
RGB
CMYK
RGB Variations
Color information
#7B2183 (or 0x7B2183) is known color: Dark Purple. HEX triplet: 7B, 21 and 83. RGB value is (123,33,131). Sum of RGB (Red+Green+Blue) = 123+33+131=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B2183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2183 is #84DE7C. Grayscale: #464646. Windows color (decimal): -8707709 or 8593787. OLE color: 8593787.
HSL color Cylindrical-coordinate representation of color #7B2183: hue angle of 295.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2183 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 33 | 131 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.49 |
| HSL | 295.1º | 0.6% | 0.32% | - |
| HSV(B) | 295.1º | 0.75% | 0.51% | - |
| XYZ | 12.81 | 6.94 | 22.14 | - |
| YUV | 71.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 131 | 0.06 | 0.75 | 0 | 0.49 | 295.1 | 0.6 | 0.32 |
| Hex | 7B | 21 | 83 | 6 | 4B | 0 | 31 | 127 | 3C | 20 |
| Octal | 173 | 41 | 203 | 6 | 113 | 0 | 61 | 447 | 74 | 40 |
| Binary | 1111011 | 100001 | 10000011 | 110 | 1001011 | 0 | 110001 | 100100111 | 111100 | 100000 |
Color Harmonies of #7B2183
Complementary color
Monochromatic Colors of #7B2183
Black with #7B2183
Text Example
Text Example
White with #7B2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2183; }
p { color: rgb(123,33,131); }
H1.HeaderClassName
{
color: #7B2183;
}
.AnyTagClassName
{
color: #7B2183;
}
</style>
background-color css
<style>
a { background-color: #7B2183; }
a { background-color: rgb(123,33,131); }
div.DivClassName
{
background-color: #7B2183;
}
.BgClassName
{
background-color: #7B2183;
}
</style>
border-color css
<style>
span { border-color: #7B2183; }
span { border-color: rgb(123,33,131); }
td.TdClassName
{
border-color: #7B2183;
}
.TagClassName
{
border-color: #7B2183;
}
</style>