Shades of Purple #7A1888
Tints of Purple #7A1888
RGB
CMYK
RGB Variations
Color information
#7A1888 (or 0x7A1888) is known color: Purple. HEX triplet: 7A, 18 and 88. RGB value is (122,24,136). Sum of RGB (Red+Green+Blue) = 122+24+136=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A1888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1888 is #85E777. Grayscale: #414141. Windows color (decimal): -8775544 or 8919162. OLE color: 8919162.
HSL color Cylindrical-coordinate representation of color #7A1888: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1888 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 24 | 136 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.47 |
| HSL | 292.5º | 0.7% | 0.31% | - |
| HSV(B) | 292.5º | 0.82% | 0.53% | - |
| XYZ | 12.8 | 6.57 | 23.89 | - |
| YUV | 66.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 136 | 0.10 | 0.82 | 0 | 0.47 | 292.5 | 0.7 | 0.31 |
| Hex | 7A | 18 | 88 | A | 52 | 0 | 2F | 124 | 46 | 1F |
| Octal | 172 | 30 | 210 | 12 | 122 | 0 | 57 | 444 | 106 | 37 |
| Binary | 1111010 | 11000 | 10001000 | 1010 | 1010010 | 0 | 101111 | 100100100 | 1000110 | 11111 |
Color Harmonies of #7A1888
Complementary color
Monochromatic Colors of #7A1888
Black with #7A1888
Text Example
Text Example
White with #7A1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1888; }
p { color: rgb(122,24,136); }
H1.HeaderClassName
{
color: #7A1888;
}
.AnyTagClassName
{
color: #7A1888;
}
</style>
background-color css
<style>
a { background-color: #7A1888; }
a { background-color: rgb(122,24,136); }
div.DivClassName
{
background-color: #7A1888;
}
.BgClassName
{
background-color: #7A1888;
}
</style>
border-color css
<style>
span { border-color: #7A1888; }
span { border-color: rgb(122,24,136); }
td.TdClassName
{
border-color: #7A1888;
}
.TagClassName
{
border-color: #7A1888;
}
</style>