Shades of Dark Violet #7F00BD
Tints of Dark Violet #7F00BD
RGB
CMYK
RGB Variations
Color information
#7F00BD (or 0x7F00BD) is known color: Dark Violet. HEX triplet: 7F, 00 and BD. RGB value is (127,0,189). Sum of RGB (Red+Green+Blue) = 127+0+189=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00BD is #80FF42. Grayscale: #3A3A3A. Windows color (decimal): -8453955 or 12386431. OLE color: 12386431.
HSL color Cylindrical-coordinate representation of color #7F00BD: hue angle of 280.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00BD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 0 | 189 | - |
| CMYK | 0.33 | 1 | 0 | 0.26 |
| HSL | 280.32º | 1% | 0.37% | - |
| HSV(B) | 280.32º | 1% | 0.74% | - |
| XYZ | 17.94 | 8.19 | 48.78 | - |
| YUV | 59.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 189 | 0.33 | 1 | 0 | 0.26 | 280.32 | 1 | 0.37 |
| Hex | 7F | 0 | BD | 21 | 64 | 0 | 1A | 118 | 64 | 25 |
| Octal | 177 | 0 | 275 | 41 | 144 | 0 | 32 | 430 | 144 | 45 |
| Binary | 1111111 | 0 | 10111101 | 100001 | 1100100 | 0 | 11010 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7F00BD
Complementary color
Monochromatic Colors of #7F00BD
Black with #7F00BD
Text Example
Text Example
White with #7F00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00BD; }
p { color: rgb(127,0,189); }
H1.HeaderClassName
{
color: #7F00BD;
}
.AnyTagClassName
{
color: #7F00BD;
}
</style>
background-color css
<style>
a { background-color: #7F00BD; }
a { background-color: rgb(127,0,189); }
div.DivClassName
{
background-color: #7F00BD;
}
.BgClassName
{
background-color: #7F00BD;
}
</style>
border-color css
<style>
span { border-color: #7F00BD; }
span { border-color: rgb(127,0,189); }
td.TdClassName
{
border-color: #7F00BD;
}
.TagClassName
{
border-color: #7F00BD;
}
</style>