Shades of Dark Purple #7F296C
Tints of Dark Purple #7F296C
RGB
CMYK
RGB Variations
Color information
#7F296C (or 0x7F296C) is known color: Dark Purple. HEX triplet: 7F, 29 and 6C. RGB value is (127,41,108). Sum of RGB (Red+Green+Blue) = 127+41+108=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F296C is #80D693. Grayscale: #4A4A4A. Windows color (decimal): -8443540 or 7088511. OLE color: 7088511.
HSL color Cylindrical-coordinate representation of color #7F296C: hue angle of 313.26º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F296C is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 108 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.50 |
| HSL | 313.26º | 0.51% | 0.33% | - |
| HSV(B) | 313.26º | 0.68% | 0.5% | - |
| XYZ | 12.25 | 7.18 | 14.93 | - |
| YUV | 74.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 108 | 0 | 0.68 | 0.15 | 0.50 | 313.26 | 0.51 | 0.33 |
| Hex | 7F | 29 | 6C | 0 | 44 | F | 32 | 139 | 33 | 21 |
| Octal | 177 | 51 | 154 | 0 | 104 | 17 | 62 | 471 | 63 | 41 |
| Binary | 1111111 | 101001 | 1101100 | 0 | 1000100 | 1111 | 110010 | 100111001 | 110011 | 100001 |
Color Harmonies of #7F296C
Complementary color
Monochromatic Colors of #7F296C
Black with #7F296C
Text Example
Text Example
White with #7F296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F296C; }
p { color: rgb(127,41,108); }
H1.HeaderClassName
{
color: #7F296C;
}
.AnyTagClassName
{
color: #7F296C;
}
</style>
background-color css
<style>
a { background-color: #7F296C; }
a { background-color: rgb(127,41,108); }
div.DivClassName
{
background-color: #7F296C;
}
.BgClassName
{
background-color: #7F296C;
}
</style>
border-color css
<style>
span { border-color: #7F296C; }
span { border-color: rgb(127,41,108); }
td.TdClassName
{
border-color: #7F296C;
}
.TagClassName
{
border-color: #7F296C;
}
</style>