Shades of Dark Purple #7A1B69
Tints of Dark Purple #7A1B69
RGB
CMYK
RGB Variations
Color information
#7A1B69 (or 0x7A1B69) is known color: Dark Purple. HEX triplet: 7A, 1B and 69. RGB value is (122,27,105). Sum of RGB (Red+Green+Blue) = 122+27+105=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B69 is #85E496. Grayscale: #404040. Windows color (decimal): -8774807 or 6888314. OLE color: 6888314.
HSL color Cylindrical-coordinate representation of color #7A1B69: hue angle of 310.74º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B69 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 105 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.52 |
| HSL | 310.74º | 0.64% | 0.29% | - |
| HSV(B) | 310.74º | 0.78% | 0.48% | - |
| XYZ | 10.97 | 5.94 | 13.93 | - |
| YUV | 64.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 105 | 0 | 0.78 | 0.14 | 0.52 | 310.74 | 0.64 | 0.29 |
| Hex | 7A | 1B | 69 | 0 | 4E | E | 34 | 137 | 40 | 1D |
| Octal | 172 | 33 | 151 | 0 | 116 | 16 | 64 | 467 | 100 | 35 |
| Binary | 1111010 | 11011 | 1101001 | 0 | 1001110 | 1110 | 110100 | 100110111 | 1000000 | 11101 |
Color Harmonies of #7A1B69
Complementary color
Monochromatic Colors of #7A1B69
Black with #7A1B69
Text Example
Text Example
White with #7A1B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B69; }
p { color: rgb(122,27,105); }
H1.HeaderClassName
{
color: #7A1B69;
}
.AnyTagClassName
{
color: #7A1B69;
}
</style>
background-color css
<style>
a { background-color: #7A1B69; }
a { background-color: rgb(122,27,105); }
div.DivClassName
{
background-color: #7A1B69;
}
.BgClassName
{
background-color: #7A1B69;
}
</style>
border-color css
<style>
span { border-color: #7A1B69; }
span { border-color: rgb(122,27,105); }
td.TdClassName
{
border-color: #7A1B69;
}
.TagClassName
{
border-color: #7A1B69;
}
</style>