Shades of Dark Purple #7F2B6A
Tints of Dark Purple #7F2B6A
RGB
CMYK
RGB Variations
Color information
#7F2B6A (or 0x7F2B6A) is known color: Dark Purple. HEX triplet: 7F, 2B and 6A. RGB value is (127,43,106). Sum of RGB (Red+Green+Blue) = 127+43+106=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B6A is #80D495. Grayscale: #4B4B4B. Windows color (decimal): -8443030 or 6957951. OLE color: 6957951.
HSL color Cylindrical-coordinate representation of color #7F2B6A: hue angle of 315º 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 #7F2B6A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 106 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.50 |
| HSL | 315º | 0.49% | 0.33% | - |
| HSV(B) | 315º | 0.66% | 0.5% | - |
| XYZ | 12.22 | 7.28 | 14.4 | - |
| YUV | 75.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 106 | 0 | 0.66 | 0.17 | 0.50 | 315 | 0.49 | 0.33 |
| Hex | 7F | 2B | 6A | 0 | 42 | 11 | 32 | 13B | 31 | 21 |
| Octal | 177 | 53 | 152 | 0 | 102 | 21 | 62 | 473 | 61 | 41 |
| Binary | 1111111 | 101011 | 1101010 | 0 | 1000010 | 10001 | 110010 | 100111011 | 110001 | 100001 |
Color Harmonies of #7F2B6A
Complementary color
Monochromatic Colors of #7F2B6A
Black with #7F2B6A
Text Example
Text Example
White with #7F2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B6A; }
p { color: rgb(127,43,106); }
H1.HeaderClassName
{
color: #7F2B6A;
}
.AnyTagClassName
{
color: #7F2B6A;
}
</style>
background-color css
<style>
a { background-color: #7F2B6A; }
a { background-color: rgb(127,43,106); }
div.DivClassName
{
background-color: #7F2B6A;
}
.BgClassName
{
background-color: #7F2B6A;
}
</style>
border-color css
<style>
span { border-color: #7F2B6A; }
span { border-color: rgb(127,43,106); }
td.TdClassName
{
border-color: #7F2B6A;
}
.TagClassName
{
border-color: #7F2B6A;
}
</style>