Shades of Dark Purple #7A0F6B
Tints of Dark Purple #7A0F6B
RGB
CMYK
RGB Variations
Color information
#7A0F6B (or 0x7A0F6B) is known color: Dark Purple. HEX triplet: 7A, 0F and 6B. RGB value is (122,15,107). Sum of RGB (Red+Green+Blue) = 122+15+107=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F6B is #85F094. Grayscale: #393939. Windows color (decimal): -8777877 or 7016314. OLE color: 7016314.
HSL color Cylindrical-coordinate representation of color #7A0F6B: hue angle of 308.41º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F6B is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 15 | 107 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.52 |
| HSL | 308.41º | 0.78% | 0.27% | - |
| HSV(B) | 308.41º | 0.88% | 0.48% | - |
| XYZ | 10.85 | 5.54 | 14.41 | - |
| YUV | 57.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 107 | 0 | 0.88 | 0.12 | 0.52 | 308.41 | 0.78 | 0.27 |
| Hex | 7A | F | 6B | 0 | 58 | C | 34 | 134 | 4E | 1B |
| Octal | 172 | 17 | 153 | 0 | 130 | 14 | 64 | 464 | 116 | 33 |
| Binary | 1111010 | 1111 | 1101011 | 0 | 1011000 | 1100 | 110100 | 100110100 | 1001110 | 11011 |
Color Harmonies of #7A0F6B
Complementary color
Monochromatic Colors of #7A0F6B
Black with #7A0F6B
Text Example
Text Example
White with #7A0F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F6B; }
p { color: rgb(122,15,107); }
H1.HeaderClassName
{
color: #7A0F6B;
}
.AnyTagClassName
{
color: #7A0F6B;
}
</style>
background-color css
<style>
a { background-color: #7A0F6B; }
a { background-color: rgb(122,15,107); }
div.DivClassName
{
background-color: #7A0F6B;
}
.BgClassName
{
background-color: #7A0F6B;
}
</style>
border-color css
<style>
span { border-color: #7A0F6B; }
span { border-color: rgb(122,15,107); }
td.TdClassName
{
border-color: #7A0F6B;
}
.TagClassName
{
border-color: #7A0F6B;
}
</style>