Shades of Dark Violet #7F0BCE
Tints of Dark Violet #7F0BCE
RGB
CMYK
RGB Variations
Color information
#7F0BCE (or 0x7F0BCE) is known color: Dark Violet. HEX triplet: 7F, 0B and CE. RGB value is (127,11,206). Sum of RGB (Red+Green+Blue) = 127+11+206=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F0BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BCE is #80F431. Grayscale: #434343. Windows color (decimal): -8451122 or 13503359. OLE color: 13503359.
HSL color Cylindrical-coordinate representation of color #7F0BCE: hue angle of 275.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0BCE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 11 | 206 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.19 |
| HSL | 275.69º | 0.9% | 0.43% | - |
| HSV(B) | 275.69º | 0.95% | 0.81% | - |
| XYZ | 20.01 | 9.21 | 59.11 | - |
| YUV | 67.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 206 | 0.38 | 0.95 | 0 | 0.19 | 275.69 | 0.9 | 0.43 |
| Hex | 7F | B | CE | 26 | 5F | 0 | 13 | 114 | 5A | 2B |
| Octal | 177 | 13 | 316 | 46 | 137 | 0 | 23 | 424 | 132 | 53 |
| Binary | 1111111 | 1011 | 11001110 | 100110 | 1011111 | 0 | 10011 | 100010100 | 1011010 | 101011 |
Color Harmonies of #7F0BCE
Complementary color
Monochromatic Colors of #7F0BCE
Black with #7F0BCE
Text Example
Text Example
White with #7F0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BCE; }
p { color: rgb(127,11,206); }
H1.HeaderClassName
{
color: #7F0BCE;
}
.AnyTagClassName
{
color: #7F0BCE;
}
</style>
background-color css
<style>
a { background-color: #7F0BCE; }
a { background-color: rgb(127,11,206); }
div.DivClassName
{
background-color: #7F0BCE;
}
.BgClassName
{
background-color: #7F0BCE;
}
</style>
border-color css
<style>
span { border-color: #7F0BCE; }
span { border-color: rgb(127,11,206); }
td.TdClassName
{
border-color: #7F0BCE;
}
.TagClassName
{
border-color: #7F0BCE;
}
</style>