Shades of Purple #7A007B
Tints of Purple #7A007B
RGB
CMYK
RGB Variations
Color information
#7A007B (or 0x7A007B) is known color: Purple. HEX triplet: 7A, 00 and 7B. RGB value is (122,0,123). Sum of RGB (Red+Green+Blue) = 122+0+123=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A007B is #85FF84. Grayscale: #323232. Windows color (decimal): -8781701 or 8061050. OLE color: 8061050.
HSL color Cylindrical-coordinate representation of color #7A007B: hue angle of 299.51º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A007B is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 123 | - |
| CMYK | 0.01 | 1 | 0 | 0.52 |
| HSL | 299.51º | 1% | 0.24% | - |
| HSV(B) | 299.51º | 1% | 0.48% | - |
| XYZ | 11.6 | 5.57 | 19.2 | - |
| YUV | 50.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 123 | 0.01 | 1 | 0 | 0.52 | 299.51 | 1 | 0.24 |
| Hex | 7A | 0 | 7B | 1 | 64 | 0 | 34 | 12C | 64 | 18 |
| Octal | 172 | 0 | 173 | 1 | 144 | 0 | 64 | 454 | 144 | 30 |
| Binary | 1111010 | 0 | 1111011 | 1 | 1100100 | 0 | 110100 | 100101100 | 1100100 | 11000 |
Color Harmonies of #7A007B
Complementary color
Monochromatic Colors of #7A007B
Black with #7A007B
Text Example
Text Example
White with #7A007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A007B; }
p { color: rgb(122,0,123); }
H1.HeaderClassName
{
color: #7A007B;
}
.AnyTagClassName
{
color: #7A007B;
}
</style>
background-color css
<style>
a { background-color: #7A007B; }
a { background-color: rgb(122,0,123); }
div.DivClassName
{
background-color: #7A007B;
}
.BgClassName
{
background-color: #7A007B;
}
</style>
border-color css
<style>
span { border-color: #7A007B; }
span { border-color: rgb(122,0,123); }
td.TdClassName
{
border-color: #7A007B;
}
.TagClassName
{
border-color: #7A007B;
}
</style>