Shades of Dark Purple #7F277B
Tints of Dark Purple #7F277B
RGB
CMYK
RGB Variations
Color information
#7F277B (or 0x7F277B) is known color: Dark Purple. HEX triplet: 7F, 27 and 7B. RGB value is (127,39,123). Sum of RGB (Red+Green+Blue) = 127+39+123=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F277B is #80D884. Grayscale: #4A4A4A. Windows color (decimal): -8444037 or 8071039. OLE color: 8071039.
HSL color Cylindrical-coordinate representation of color #7F277B: hue angle of 302.73º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F277B is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 123 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.50 |
| HSL | 302.73º | 0.53% | 0.33% | - |
| HSV(B) | 302.73º | 0.69% | 0.5% | - |
| XYZ | 13.05 | 7.39 | 19.48 | - |
| YUV | 74.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 123 | 0 | 0.69 | 0.03 | 0.50 | 302.73 | 0.53 | 0.33 |
| Hex | 7F | 27 | 7B | 0 | 45 | 3 | 32 | 12F | 35 | 21 |
| Octal | 177 | 47 | 173 | 0 | 105 | 3 | 62 | 457 | 65 | 41 |
| Binary | 1111111 | 100111 | 1111011 | 0 | 1000101 | 11 | 110010 | 100101111 | 110101 | 100001 |
Color Harmonies of #7F277B
Complementary color
Monochromatic Colors of #7F277B
Black with #7F277B
Text Example
Text Example
White with #7F277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F277B; }
p { color: rgb(127,39,123); }
H1.HeaderClassName
{
color: #7F277B;
}
.AnyTagClassName
{
color: #7F277B;
}
</style>
background-color css
<style>
a { background-color: #7F277B; }
a { background-color: rgb(127,39,123); }
div.DivClassName
{
background-color: #7F277B;
}
.BgClassName
{
background-color: #7F277B;
}
</style>
border-color css
<style>
span { border-color: #7F277B; }
span { border-color: rgb(127,39,123); }
td.TdClassName
{
border-color: #7F277B;
}
.TagClassName
{
border-color: #7F277B;
}
</style>