Shades of Dark Violet #7F12BE
Tints of Dark Violet #7F12BE
RGB
CMYK
RGB Variations
Color information
#7F12BE (or 0x7F12BE) is known color: Dark Violet. HEX triplet: 7F, 12 and BE. RGB value is (127,18,190). Sum of RGB (Red+Green+Blue) = 127+18+190=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F12BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F12BE is #80ED41. Grayscale: #454545. Windows color (decimal): -8449346 or 12456575. OLE color: 12456575.
HSL color Cylindrical-coordinate representation of color #7F12BE: hue angle of 278.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F12BE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 18 | 190 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.25 |
| HSL | 278.02º | 0.83% | 0.41% | - |
| HSV(B) | 278.02º | 0.91% | 0.75% | - |
| XYZ | 18.26 | 8.66 | 49.42 | - |
| YUV | 70.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 190 | 0.33 | 0.91 | 0 | 0.25 | 278.02 | 0.83 | 0.41 |
| Hex | 7F | 12 | BE | 21 | 5B | 0 | 19 | 116 | 53 | 29 |
| Octal | 177 | 22 | 276 | 41 | 133 | 0 | 31 | 426 | 123 | 51 |
| Binary | 1111111 | 10010 | 10111110 | 100001 | 1011011 | 0 | 11001 | 100010110 | 1010011 | 101001 |
Color Harmonies of #7F12BE
Complementary color
Monochromatic Colors of #7F12BE
Black with #7F12BE
Text Example
Text Example
White with #7F12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F12BE; }
p { color: rgb(127,18,190); }
H1.HeaderClassName
{
color: #7F12BE;
}
.AnyTagClassName
{
color: #7F12BE;
}
</style>
background-color css
<style>
a { background-color: #7F12BE; }
a { background-color: rgb(127,18,190); }
div.DivClassName
{
background-color: #7F12BE;
}
.BgClassName
{
background-color: #7F12BE;
}
</style>
border-color css
<style>
span { border-color: #7F12BE; }
span { border-color: rgb(127,18,190); }
td.TdClassName
{
border-color: #7F12BE;
}
.TagClassName
{
border-color: #7F12BE;
}
</style>