Shades of Dark Purple #7A277F
Tints of Dark Purple #7A277F
RGB
CMYK
RGB Variations
Color information
#7A277F (or 0x7A277F) is known color: Dark Purple. HEX triplet: 7A, 27 and 7F. RGB value is (122,39,127). Sum of RGB (Red+Green+Blue) = 122+39+127=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A277F is #85D880. Grayscale: #494949. Windows color (decimal): -8771713 or 8333178. OLE color: 8333178.
HSL color Cylindrical-coordinate representation of color #7A277F: hue angle of 296.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A277F is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 39 | 127 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.50 |
| HSL | 296.59º | 0.53% | 0.33% | - |
| HSV(B) | 296.59º | 0.69% | 0.5% | - |
| XYZ | 12.58 | 7.12 | 20.79 | - |
| YUV | 73.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 127 | 0.04 | 0.69 | 0 | 0.50 | 296.59 | 0.53 | 0.33 |
| Hex | 7A | 27 | 7F | 4 | 45 | 0 | 32 | 129 | 35 | 21 |
| Octal | 172 | 47 | 177 | 4 | 105 | 0 | 62 | 451 | 65 | 41 |
| Binary | 1111010 | 100111 | 1111111 | 100 | 1000101 | 0 | 110010 | 100101001 | 110101 | 100001 |
Color Harmonies of #7A277F
Complementary color
Monochromatic Colors of #7A277F
Black with #7A277F
Text Example
Text Example
White with #7A277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A277F; }
p { color: rgb(122,39,127); }
H1.HeaderClassName
{
color: #7A277F;
}
.AnyTagClassName
{
color: #7A277F;
}
</style>
background-color css
<style>
a { background-color: #7A277F; }
a { background-color: rgb(122,39,127); }
div.DivClassName
{
background-color: #7A277F;
}
.BgClassName
{
background-color: #7A277F;
}
</style>
border-color css
<style>
span { border-color: #7A277F; }
span { border-color: rgb(122,39,127); }
td.TdClassName
{
border-color: #7A277F;
}
.TagClassName
{
border-color: #7A277F;
}
</style>