Shades of Purple #7A0370
Tints of Purple #7A0370
RGB
CMYK
RGB Variations
Color information
#7A0370 (or 0x7A0370) is known color: Purple. HEX triplet: 7A, 03 and 70. RGB value is (122,3,112). Sum of RGB (Red+Green+Blue) = 122+3+112=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0370 is #85FC8F. Grayscale: #323232. Windows color (decimal): -8780944 or 7340922. OLE color: 7340922.
HSL color Cylindrical-coordinate representation of color #7A0370: hue angle of 305.04º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0370 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.52 |
| HSL | 305.04º | 0.95% | 0.25% | - |
| HSV(B) | 305.04º | 0.98% | 0.48% | - |
| XYZ | 10.98 | 5.37 | 15.79 | - |
| YUV | 51.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 112 | 0 | 0.98 | 0.08 | 0.52 | 305.04 | 0.95 | 0.25 |
| Hex | 7A | 3 | 70 | 0 | 62 | 8 | 34 | 131 | 5F | 19 |
| Octal | 172 | 3 | 160 | 0 | 142 | 10 | 64 | 461 | 137 | 31 |
| Binary | 1111010 | 11 | 1110000 | 0 | 1100010 | 1000 | 110100 | 100110001 | 1011111 | 11001 |
Color Harmonies of #7A0370
Complementary color
Monochromatic Colors of #7A0370
Black with #7A0370
Text Example
Text Example
White with #7A0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0370; }
p { color: rgb(122,3,112); }
H1.HeaderClassName
{
color: #7A0370;
}
.AnyTagClassName
{
color: #7A0370;
}
</style>
background-color css
<style>
a { background-color: #7A0370; }
a { background-color: rgb(122,3,112); }
div.DivClassName
{
background-color: #7A0370;
}
.BgClassName
{
background-color: #7A0370;
}
</style>
border-color css
<style>
span { border-color: #7A0370; }
span { border-color: rgb(122,3,112); }
td.TdClassName
{
border-color: #7A0370;
}
.TagClassName
{
border-color: #7A0370;
}
</style>