Shades of Dark Purple #7F2A68
Tints of Dark Purple #7F2A68
RGB
CMYK
RGB Variations
Color information
#7F2A68 (or 0x7F2A68) is known color: Dark Purple. HEX triplet: 7F, 2A and 68. RGB value is (127,42,104). Sum of RGB (Red+Green+Blue) = 127+42+104=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2A68 is #80D597. Grayscale: #4A4A4A. Windows color (decimal): -8443288 or 6826623. OLE color: 6826623.
HSL color Cylindrical-coordinate representation of color #7F2A68: hue angle of 316.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F2A68 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 104 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.50 |
| HSL | 316.24º | 0.5% | 0.33% | - |
| HSV(B) | 316.24º | 0.67% | 0.5% | - |
| XYZ | 12.08 | 7.17 | 13.84 | - |
| YUV | 74.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 104 | 0 | 0.67 | 0.18 | 0.50 | 316.24 | 0.5 | 0.33 |
| Hex | 7F | 2A | 68 | 0 | 43 | 12 | 32 | 13C | 32 | 21 |
| Octal | 177 | 52 | 150 | 0 | 103 | 22 | 62 | 474 | 62 | 41 |
| Binary | 1111111 | 101010 | 1101000 | 0 | 1000011 | 10010 | 110010 | 100111100 | 110010 | 100001 |
Color Harmonies of #7F2A68
Complementary color
Monochromatic Colors of #7F2A68
Black with #7F2A68
Text Example
Text Example
White with #7F2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A68; }
p { color: rgb(127,42,104); }
H1.HeaderClassName
{
color: #7F2A68;
}
.AnyTagClassName
{
color: #7F2A68;
}
</style>
background-color css
<style>
a { background-color: #7F2A68; }
a { background-color: rgb(127,42,104); }
div.DivClassName
{
background-color: #7F2A68;
}
.BgClassName
{
background-color: #7F2A68;
}
</style>
border-color css
<style>
span { border-color: #7F2A68; }
span { border-color: rgb(127,42,104); }
td.TdClassName
{
border-color: #7F2A68;
}
.TagClassName
{
border-color: #7F2A68;
}
</style>