Shades of Dark Purple #7B227A
Tints of Dark Purple #7B227A
RGB
CMYK
RGB Variations
Color information
#7B227A (or 0x7B227A) is known color: Dark Purple. HEX triplet: 7B, 22 and 7A. RGB value is (123,34,122). Sum of RGB (Red+Green+Blue) = 123+34+122=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B227A is #84DD85. Grayscale: #464646. Windows color (decimal): -8707462 or 8004219. OLE color: 8004219.
HSL color Cylindrical-coordinate representation of color #7B227A: hue angle of 300.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B227A is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 122 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.52 |
| HSL | 300.67º | 0.57% | 0.31% | - |
| HSV(B) | 300.67º | 0.72% | 0.48% | - |
| XYZ | 12.25 | 6.76 | 19.07 | - |
| YUV | 70.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 122 | 0 | 0.72 | 0.01 | 0.52 | 300.67 | 0.57 | 0.31 |
| Hex | 7B | 22 | 7A | 0 | 48 | 1 | 34 | 12D | 39 | 1F |
| Octal | 173 | 42 | 172 | 0 | 110 | 1 | 64 | 455 | 71 | 37 |
| Binary | 1111011 | 100010 | 1111010 | 0 | 1001000 | 1 | 110100 | 100101101 | 111001 | 11111 |
Color Harmonies of #7B227A
Complementary color
Monochromatic Colors of #7B227A
Black with #7B227A
Text Example
Text Example
White with #7B227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B227A; }
p { color: rgb(123,34,122); }
H1.HeaderClassName
{
color: #7B227A;
}
.AnyTagClassName
{
color: #7B227A;
}
</style>
background-color css
<style>
a { background-color: #7B227A; }
a { background-color: rgb(123,34,122); }
div.DivClassName
{
background-color: #7B227A;
}
.BgClassName
{
background-color: #7B227A;
}
</style>
border-color css
<style>
span { border-color: #7B227A; }
span { border-color: rgb(123,34,122); }
td.TdClassName
{
border-color: #7B227A;
}
.TagClassName
{
border-color: #7B227A;
}
</style>