Shades of Dark Purple #7F2B67
Tints of Dark Purple #7F2B67
RGB
CMYK
RGB Variations
Color information
#7F2B67 (or 0x7F2B67) is known color: Dark Purple. HEX triplet: 7F, 2B and 67. RGB value is (127,43,103). Sum of RGB (Red+Green+Blue) = 127+43+103=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B67 is #80D498. Grayscale: #4A4A4A. Windows color (decimal): -8443033 or 6761343. OLE color: 6761343.
HSL color Cylindrical-coordinate representation of color #7F2B67: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B67 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 103 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.50 |
| HSL | 317.14º | 0.49% | 0.33% | - |
| HSV(B) | 317.14º | 0.66% | 0.5% | - |
| XYZ | 12.06 | 7.22 | 13.59 | - |
| YUV | 74.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 103 | 0 | 0.66 | 0.19 | 0.50 | 317.14 | 0.49 | 0.33 |
| Hex | 7F | 2B | 67 | 0 | 42 | 13 | 32 | 13D | 31 | 21 |
| Octal | 177 | 53 | 147 | 0 | 102 | 23 | 62 | 475 | 61 | 41 |
| Binary | 1111111 | 101011 | 1100111 | 0 | 1000010 | 10011 | 110010 | 100111101 | 110001 | 100001 |
Color Harmonies of #7F2B67
Complementary color
Monochromatic Colors of #7F2B67
Black with #7F2B67
Text Example
Text Example
White with #7F2B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B67; }
p { color: rgb(127,43,103); }
H1.HeaderClassName
{
color: #7F2B67;
}
.AnyTagClassName
{
color: #7F2B67;
}
</style>
background-color css
<style>
a { background-color: #7F2B67; }
a { background-color: rgb(127,43,103); }
div.DivClassName
{
background-color: #7F2B67;
}
.BgClassName
{
background-color: #7F2B67;
}
</style>
border-color css
<style>
span { border-color: #7F2B67; }
span { border-color: rgb(127,43,103); }
td.TdClassName
{
border-color: #7F2B67;
}
.TagClassName
{
border-color: #7F2B67;
}
</style>