Shades of Purple #7A038B
Tints of Purple #7A038B
RGB
CMYK
RGB Variations
Color information
#7A038B (or 0x7A038B) is known color: Purple. HEX triplet: 7A, 03 and 8B. RGB value is (122,3,139). Sum of RGB (Red+Green+Blue) = 122+3+139=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A038B is #85FC74. Grayscale: #353535. Windows color (decimal): -8780917 or 9110394. OLE color: 9110394.
HSL color Cylindrical-coordinate representation of color #7A038B: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A038B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 3 | 139 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.45 |
| HSL | 292.5º | 0.96% | 0.28% | - |
| HSV(B) | 292.5º | 0.98% | 0.55% | - |
| XYZ | 12.72 | 6.07 | 24.93 | - |
| YUV | 54.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 139 | 0.12 | 0.98 | 0 | 0.45 | 292.5 | 0.96 | 0.28 |
| Hex | 7A | 3 | 8B | C | 62 | 0 | 2D | 124 | 60 | 1C |
| Octal | 172 | 3 | 213 | 14 | 142 | 0 | 55 | 444 | 140 | 34 |
| Binary | 1111010 | 11 | 10001011 | 1100 | 1100010 | 0 | 101101 | 100100100 | 1100000 | 11100 |
Color Harmonies of #7A038B
Complementary color
Monochromatic Colors of #7A038B
Black with #7A038B
Text Example
Text Example
White with #7A038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A038B; }
p { color: rgb(122,3,139); }
H1.HeaderClassName
{
color: #7A038B;
}
.AnyTagClassName
{
color: #7A038B;
}
</style>
background-color css
<style>
a { background-color: #7A038B; }
a { background-color: rgb(122,3,139); }
div.DivClassName
{
background-color: #7A038B;
}
.BgClassName
{
background-color: #7A038B;
}
</style>
border-color css
<style>
span { border-color: #7A038B; }
span { border-color: rgb(122,3,139); }
td.TdClassName
{
border-color: #7A038B;
}
.TagClassName
{
border-color: #7A038B;
}
</style>