Shades of Dark Orchid #7F31C7
Tints of Dark Orchid #7F31C7
RGB
CMYK
RGB Variations
Color information
#7F31C7 (or 0x7F31C7) is known color: Dark Orchid. HEX triplet: 7F, 31 and C7. RGB value is (127,49,199). Sum of RGB (Red+Green+Blue) = 127+49+199=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #7F31C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F31C7 is #80CE38. Grayscale: #585858. Windows color (decimal): -8441401 or 13054335. OLE color: 13054335.
HSL color Cylindrical-coordinate representation of color #7F31C7: hue angle of 271.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F31C7 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 49 | 199 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.22 |
| HSL | 271.2º | 0.6% | 0.49% | - |
| HSV(B) | 271.2º | 0.75% | 0.78% | - |
| XYZ | 20.16 | 10.83 | 55.06 | - |
| YUV | 89.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 199 | 0.36 | 0.75 | 0 | 0.22 | 271.2 | 0.6 | 0.49 |
| Hex | 7F | 31 | C7 | 24 | 4B | 0 | 16 | 10F | 3C | 31 |
| Octal | 177 | 61 | 307 | 44 | 113 | 0 | 26 | 417 | 74 | 61 |
| Binary | 1111111 | 110001 | 11000111 | 100100 | 1001011 | 0 | 10110 | 100001111 | 111100 | 110001 |
Color Harmonies of #7F31C7
Complementary color
Monochromatic Colors of #7F31C7
Black with #7F31C7
Text Example
Text Example
White with #7F31C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F31C7; }
p { color: rgb(127,49,199); }
H1.HeaderClassName
{
color: #7F31C7;
}
.AnyTagClassName
{
color: #7F31C7;
}
</style>
background-color css
<style>
a { background-color: #7F31C7; }
a { background-color: rgb(127,49,199); }
div.DivClassName
{
background-color: #7F31C7;
}
.BgClassName
{
background-color: #7F31C7;
}
</style>
border-color css
<style>
span { border-color: #7F31C7; }
span { border-color: rgb(127,49,199); }
td.TdClassName
{
border-color: #7F31C7;
}
.TagClassName
{
border-color: #7F31C7;
}
</style>