Shades of Dark Purple #7A0B63
Tints of Dark Purple #7A0B63
RGB
CMYK
RGB Variations
Color information
#7A0B63 (or 0x7A0B63) is known color: Dark Purple. HEX triplet: 7A, 0B and 63. RGB value is (122,11,99). Sum of RGB (Red+Green+Blue) = 122+11+99=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B63 is #85F49C. Grayscale: #353535. Windows color (decimal): -8778909 or 6491002. OLE color: 6491002.
HSL color Cylindrical-coordinate representation of color #7A0B63: hue angle of 312.43º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B63 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 99 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.52 |
| HSL | 312.43º | 0.83% | 0.26% | - |
| HSV(B) | 312.43º | 0.91% | 0.48% | - |
| XYZ | 10.4 | 5.28 | 12.28 | - |
| YUV | 54.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 99 | 0 | 0.91 | 0.19 | 0.52 | 312.43 | 0.83 | 0.26 |
| Hex | 7A | B | 63 | 0 | 5B | 13 | 34 | 138 | 53 | 1A |
| Octal | 172 | 13 | 143 | 0 | 133 | 23 | 64 | 470 | 123 | 32 |
| Binary | 1111010 | 1011 | 1100011 | 0 | 1011011 | 10011 | 110100 | 100111000 | 1010011 | 11010 |
Color Harmonies of #7A0B63
Complementary color
Monochromatic Colors of #7A0B63
Black with #7A0B63
Text Example
Text Example
White with #7A0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B63; }
p { color: rgb(122,11,99); }
H1.HeaderClassName
{
color: #7A0B63;
}
.AnyTagClassName
{
color: #7A0B63;
}
</style>
background-color css
<style>
a { background-color: #7A0B63; }
a { background-color: rgb(122,11,99); }
div.DivClassName
{
background-color: #7A0B63;
}
.BgClassName
{
background-color: #7A0B63;
}
</style>
border-color css
<style>
span { border-color: #7A0B63; }
span { border-color: rgb(122,11,99); }
td.TdClassName
{
border-color: #7A0B63;
}
.TagClassName
{
border-color: #7A0B63;
}
</style>