Shades of Dark Violet #7F0CBC
Tints of Dark Violet #7F0CBC
RGB
CMYK
RGB Variations
Color information
#7F0CBC (or 0x7F0CBC) is known color: Dark Violet. HEX triplet: 7F, 0C and BC. RGB value is (127,12,188). Sum of RGB (Red+Green+Blue) = 127+12+188=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CBC is #80F343. Grayscale: #414141. Windows color (decimal): -8450884 or 12323967. OLE color: 12323967.
HSL color Cylindrical-coordinate representation of color #7F0CBC: hue angle of 279.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CBC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 12 | 188 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.2º | 0.88% | 0.39% | - |
| HSV(B) | 279.2º | 0.94% | 0.74% | - |
| XYZ | 17.96 | 8.41 | 48.25 | - |
| YUV | 66.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 188 | 0.32 | 0.94 | 0 | 0.26 | 279.2 | 0.88 | 0.39 |
| Hex | 7F | C | BC | 20 | 5E | 0 | 1A | 117 | 58 | 27 |
| Octal | 177 | 14 | 274 | 40 | 136 | 0 | 32 | 427 | 130 | 47 |
| Binary | 1111111 | 1100 | 10111100 | 100000 | 1011110 | 0 | 11010 | 100010111 | 1011000 | 100111 |
Color Harmonies of #7F0CBC
Complementary color
Monochromatic Colors of #7F0CBC
Black with #7F0CBC
Text Example
Text Example
White with #7F0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0CBC; }
p { color: rgb(127,12,188); }
H1.HeaderClassName
{
color: #7F0CBC;
}
.AnyTagClassName
{
color: #7F0CBC;
}
</style>
background-color css
<style>
a { background-color: #7F0CBC; }
a { background-color: rgb(127,12,188); }
div.DivClassName
{
background-color: #7F0CBC;
}
.BgClassName
{
background-color: #7F0CBC;
}
</style>
border-color css
<style>
span { border-color: #7F0CBC; }
span { border-color: rgb(127,12,188); }
td.TdClassName
{
border-color: #7F0CBC;
}
.TagClassName
{
border-color: #7F0CBC;
}
</style>