Shades of Dark Violet #7B04DF
Tints of Dark Violet #7B04DF
RGB
CMYK
RGB Variations
Color information
#7B04DF (or 0x7B04DF) is known color: Dark Violet. HEX triplet: 7B, 04 and DF. RGB value is (123,4,223). Sum of RGB (Red+Green+Blue) = 123+4+223=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B04DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B04DF is #84FB20. Grayscale: #3F3F3F. Windows color (decimal): -8715041 or 14615675. OLE color: 14615675.
HSL color Cylindrical-coordinate representation of color #7B04DF: hue angle of 272.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B04DF is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 4 | 223 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.13 |
| HSL | 272.6º | 0.96% | 0.45% | - |
| HSV(B) | 272.6º | 0.98% | 0.87% | - |
| XYZ | 21.53 | 9.63 | 70.54 | - |
| YUV | 64.55 | 217.42 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 223 | 0.45 | 0.98 | 0 | 0.13 | 272.6 | 0.96 | 0.45 |
| Hex | 7B | 4 | DF | 2D | 62 | 0 | D | 111 | 60 | 2D |
| Octal | 173 | 4 | 337 | 55 | 142 | 0 | 15 | 421 | 140 | 55 |
| Binary | 1111011 | 100 | 11011111 | 101101 | 1100010 | 0 | 1101 | 100010001 | 1100000 | 101101 |
Color Harmonies of #7B04DF
Complementary color
Monochromatic Colors of #7B04DF
Black with #7B04DF
Text Example
Text Example
White with #7B04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B04DF; }
p { color: rgb(123,4,223); }
H1.HeaderClassName
{
color: #7B04DF;
}
.AnyTagClassName
{
color: #7B04DF;
}
</style>
background-color css
<style>
a { background-color: #7B04DF; }
a { background-color: rgb(123,4,223); }
div.DivClassName
{
background-color: #7B04DF;
}
.BgClassName
{
background-color: #7B04DF;
}
</style>
border-color css
<style>
span { border-color: #7B04DF; }
span { border-color: rgb(123,4,223); }
td.TdClassName
{
border-color: #7B04DF;
}
.TagClassName
{
border-color: #7B04DF;
}
</style>