Shades of Dark Violet #7F04B8
Tints of Dark Violet #7F04B8
RGB
CMYK
RGB Variations
Color information
#7F04B8 (or 0x7F04B8) is known color: Dark Violet. HEX triplet: 7F, 04 and B8. RGB value is (127,4,184). Sum of RGB (Red+Green+Blue) = 127+4+184=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #7F04B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04B8 is #80FB47. Grayscale: #3C3C3C. Windows color (decimal): -8452936 or 12059775. OLE color: 12059775.
HSL color Cylindrical-coordinate representation of color #7F04B8: hue angle of 281º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04B8 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 4 | 184 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.28 |
| HSL | 281º | 0.96% | 0.37% | - |
| HSV(B) | 281º | 0.98% | 0.72% | - |
| XYZ | 17.45 | 8.06 | 45.98 | - |
| YUV | 61.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 184 | 0.31 | 0.98 | 0 | 0.28 | 281 | 0.96 | 0.37 |
| Hex | 7F | 4 | B8 | 1F | 62 | 0 | 1C | 119 | 60 | 25 |
| Octal | 177 | 4 | 270 | 37 | 142 | 0 | 34 | 431 | 140 | 45 |
| Binary | 1111111 | 100 | 10111000 | 11111 | 1100010 | 0 | 11100 | 100011001 | 1100000 | 100101 |
Color Harmonies of #7F04B8
Complementary color
Monochromatic Colors of #7F04B8
Black with #7F04B8
Text Example
Text Example
White with #7F04B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F04B8; }
p { color: rgb(127,4,184); }
H1.HeaderClassName
{
color: #7F04B8;
}
.AnyTagClassName
{
color: #7F04B8;
}
</style>
background-color css
<style>
a { background-color: #7F04B8; }
a { background-color: rgb(127,4,184); }
div.DivClassName
{
background-color: #7F04B8;
}
.BgClassName
{
background-color: #7F04B8;
}
</style>
border-color css
<style>
span { border-color: #7F04B8; }
span { border-color: rgb(127,4,184); }
td.TdClassName
{
border-color: #7F04B8;
}
.TagClassName
{
border-color: #7F04B8;
}
</style>