Shades of Dark Violet #7A00BD
Tints of Dark Violet #7A00BD
RGB
CMYK
RGB Variations
Color information
#7A00BD (or 0x7A00BD) is known color: Dark Violet. HEX triplet: 7A, 00 and BD. RGB value is (122,0,189). Sum of RGB (Red+Green+Blue) = 122+0+189=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00BD is #85FF42. Grayscale: #393939. Windows color (decimal): -8781635 or 12386426. OLE color: 12386426.
HSL color Cylindrical-coordinate representation of color #7A00BD: hue angle of 278.73º 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 #7A00BD is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 0 | 189 | - |
| CMYK | 0.35 | 1 | 0 | 0.26 |
| HSL | 278.73º | 1% | 0.37% | - |
| HSV(B) | 278.73º | 1% | 0.74% | - |
| XYZ | 17.21 | 7.81 | 48.74 | - |
| YUV | 58.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 189 | 0.35 | 1 | 0 | 0.26 | 278.73 | 1 | 0.37 |
| Hex | 7A | 0 | BD | 23 | 64 | 0 | 1A | 117 | 64 | 25 |
| Octal | 172 | 0 | 275 | 43 | 144 | 0 | 32 | 427 | 144 | 45 |
| Binary | 1111010 | 0 | 10111101 | 100011 | 1100100 | 0 | 11010 | 100010111 | 1100100 | 100101 |
Color Harmonies of #7A00BD
Complementary color
Monochromatic Colors of #7A00BD
Black with #7A00BD
Text Example
Text Example
White with #7A00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00BD; }
p { color: rgb(122,0,189); }
H1.HeaderClassName
{
color: #7A00BD;
}
.AnyTagClassName
{
color: #7A00BD;
}
</style>
background-color css
<style>
a { background-color: #7A00BD; }
a { background-color: rgb(122,0,189); }
div.DivClassName
{
background-color: #7A00BD;
}
.BgClassName
{
background-color: #7A00BD;
}
</style>
border-color css
<style>
span { border-color: #7A00BD; }
span { border-color: rgb(122,0,189); }
td.TdClassName
{
border-color: #7A00BD;
}
.TagClassName
{
border-color: #7A00BD;
}
</style>