Shades of Dark Purple #7B2278
Tints of Dark Purple #7B2278
RGB
CMYK
RGB Variations
Color information
#7B2278 (or 0x7B2278) is known color: Dark Purple. HEX triplet: 7B, 22 and 78. RGB value is (123,34,120). Sum of RGB (Red+Green+Blue) = 123+34+120=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2278 is #84DD87. Grayscale: #464646. Windows color (decimal): -8707464 or 7873147. OLE color: 7873147.
HSL color Cylindrical-coordinate representation of color #7B2278: hue angle of 302.02º 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 #7B2278 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 120 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.52 |
| HSL | 302.02º | 0.57% | 0.31% | - |
| HSV(B) | 302.02º | 0.72% | 0.48% | - |
| XYZ | 12.13 | 6.71 | 18.43 | - |
| YUV | 70.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 120 | 0 | 0.72 | 0.02 | 0.52 | 302.02 | 0.57 | 0.31 |
| Hex | 7B | 22 | 78 | 0 | 48 | 2 | 34 | 12E | 39 | 1F |
| Octal | 173 | 42 | 170 | 0 | 110 | 2 | 64 | 456 | 71 | 37 |
| Binary | 1111011 | 100010 | 1111000 | 0 | 1001000 | 10 | 110100 | 100101110 | 111001 | 11111 |
Color Harmonies of #7B2278
Complementary color
Monochromatic Colors of #7B2278
Black with #7B2278
Text Example
Text Example
White with #7B2278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2278; }
p { color: rgb(123,34,120); }
H1.HeaderClassName
{
color: #7B2278;
}
.AnyTagClassName
{
color: #7B2278;
}
</style>
background-color css
<style>
a { background-color: #7B2278; }
a { background-color: rgb(123,34,120); }
div.DivClassName
{
background-color: #7B2278;
}
.BgClassName
{
background-color: #7B2278;
}
</style>
border-color css
<style>
span { border-color: #7B2278; }
span { border-color: rgb(123,34,120); }
td.TdClassName
{
border-color: #7B2278;
}
.TagClassName
{
border-color: #7B2278;
}
</style>