Shades of Purple #7A087D
Tints of Purple #7A087D
RGB
CMYK
RGB Variations
Color information
#7A087D (or 0x7A087D) is known color: Purple. HEX triplet: 7A, 08 and 7D. RGB value is (122,8,125). Sum of RGB (Red+Green+Blue) = 122+8+125=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A087D is #85F782. Grayscale: #373737. Windows color (decimal): -8779651 or 8194170. OLE color: 8194170.
HSL color Cylindrical-coordinate representation of color #7A087D: hue angle of 298.46º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A087D is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 8 | 125 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.51 |
| HSL | 298.46º | 0.88% | 0.26% | - |
| HSV(B) | 298.46º | 0.94% | 0.49% | - |
| XYZ | 11.81 | 5.79 | 19.9 | - |
| YUV | 55.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 125 | 0.02 | 0.94 | 0 | 0.51 | 298.46 | 0.88 | 0.26 |
| Hex | 7A | 8 | 7D | 2 | 5E | 0 | 33 | 12A | 58 | 1A |
| Octal | 172 | 10 | 175 | 2 | 136 | 0 | 63 | 452 | 130 | 32 |
| Binary | 1111010 | 1000 | 1111101 | 10 | 1011110 | 0 | 110011 | 100101010 | 1011000 | 11010 |
Color Harmonies of #7A087D
Complementary color
Monochromatic Colors of #7A087D
Black with #7A087D
Text Example
Text Example
White with #7A087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A087D; }
p { color: rgb(122,8,125); }
H1.HeaderClassName
{
color: #7A087D;
}
.AnyTagClassName
{
color: #7A087D;
}
</style>
background-color css
<style>
a { background-color: #7A087D; }
a { background-color: rgb(122,8,125); }
div.DivClassName
{
background-color: #7A087D;
}
.BgClassName
{
background-color: #7A087D;
}
</style>
border-color css
<style>
span { border-color: #7A087D; }
span { border-color: rgb(122,8,125); }
td.TdClassName
{
border-color: #7A087D;
}
.TagClassName
{
border-color: #7A087D;
}
</style>