Shades of Dark Violet #7F05BC
Tints of Dark Violet #7F05BC
RGB
CMYK
RGB Variations
Color information
#7F05BC (or 0x7F05BC) is known color: Dark Violet. HEX triplet: 7F, 05 and BC. RGB value is (127,5,188). Sum of RGB (Red+Green+Blue) = 127+5+188=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F05BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F05BC is #80FA43. Grayscale: #3D3D3D. Windows color (decimal): -8452676 or 12322175. OLE color: 12322175.
HSL color Cylindrical-coordinate representation of color #7F05BC: hue angle of 280º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F05BC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 5 | 188 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.26 |
| HSL | 280º | 0.95% | 0.38% | - |
| HSV(B) | 280º | 0.97% | 0.74% | - |
| XYZ | 17.88 | 8.25 | 48.23 | - |
| YUV | 62.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 188 | 0.32 | 0.97 | 0 | 0.26 | 280 | 0.95 | 0.38 |
| Hex | 7F | 5 | BC | 20 | 61 | 0 | 1A | 118 | 5F | 26 |
| Octal | 177 | 5 | 274 | 40 | 141 | 0 | 32 | 430 | 137 | 46 |
| Binary | 1111111 | 101 | 10111100 | 100000 | 1100001 | 0 | 11010 | 100011000 | 1011111 | 100110 |
Color Harmonies of #7F05BC
Complementary color
Monochromatic Colors of #7F05BC
Black with #7F05BC
Text Example
Text Example
White with #7F05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F05BC; }
p { color: rgb(127,5,188); }
H1.HeaderClassName
{
color: #7F05BC;
}
.AnyTagClassName
{
color: #7F05BC;
}
</style>
background-color css
<style>
a { background-color: #7F05BC; }
a { background-color: rgb(127,5,188); }
div.DivClassName
{
background-color: #7F05BC;
}
.BgClassName
{
background-color: #7F05BC;
}
</style>
border-color css
<style>
span { border-color: #7F05BC; }
span { border-color: rgb(127,5,188); }
td.TdClassName
{
border-color: #7F05BC;
}
.TagClassName
{
border-color: #7F05BC;
}
</style>