Shades of Dark Violet #7B13BC
Tints of Dark Violet #7B13BC
RGB
CMYK
RGB Variations
Color information
#7B13BC (or 0x7B13BC) is known color: Dark Violet. HEX triplet: 7B, 13 and BC. RGB value is (123,19,188). Sum of RGB (Red+Green+Blue) = 123+19+188=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B13BC is #84EC43. Grayscale: #444444. Windows color (decimal): -8711236 or 12325755. OLE color: 12325755.
HSL color Cylindrical-coordinate representation of color #7B13BC: hue angle of 276.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B13BC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 19 | 188 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.26 |
| HSL | 276.92º | 0.82% | 0.41% | - |
| HSV(B) | 276.92º | 0.9% | 0.74% | - |
| XYZ | 17.48 | 8.31 | 48.26 | - |
| YUV | 69.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 188 | 0.35 | 0.90 | 0 | 0.26 | 276.92 | 0.82 | 0.41 |
| Hex | 7B | 13 | BC | 23 | 5A | 0 | 1A | 115 | 52 | 29 |
| Octal | 173 | 23 | 274 | 43 | 132 | 0 | 32 | 425 | 122 | 51 |
| Binary | 1111011 | 10011 | 10111100 | 100011 | 1011010 | 0 | 11010 | 100010101 | 1010010 | 101001 |
Color Harmonies of #7B13BC
Complementary color
Monochromatic Colors of #7B13BC
Black with #7B13BC
Text Example
Text Example
White with #7B13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B13BC; }
p { color: rgb(123,19,188); }
H1.HeaderClassName
{
color: #7B13BC;
}
.AnyTagClassName
{
color: #7B13BC;
}
</style>
background-color css
<style>
a { background-color: #7B13BC; }
a { background-color: rgb(123,19,188); }
div.DivClassName
{
background-color: #7B13BC;
}
.BgClassName
{
background-color: #7B13BC;
}
</style>
border-color css
<style>
span { border-color: #7B13BC; }
span { border-color: rgb(123,19,188); }
td.TdClassName
{
border-color: #7B13BC;
}
.TagClassName
{
border-color: #7B13BC;
}
</style>