Shades of Dark Violet #7913CB
Tints of Dark Violet #7913CB
RGB
CMYK
RGB Variations
Color information
#7913CB (or 0x7913CB) is known color: Dark Violet. HEX triplet: 79, 13 and CB. RGB value is (121,19,203). Sum of RGB (Red+Green+Blue) = 121+19+203=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #7913CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913CB is #86EC34. Grayscale: #454545. Windows color (decimal): -8842293 or 13308793. OLE color: 13308793.
HSL color Cylindrical-coordinate representation of color #7913CB: hue angle of 273.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7913CB is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 19 | 203 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.20 |
| HSL | 273.26º | 0.83% | 0.44% | - |
| HSV(B) | 273.26º | 0.91% | 0.8% | - |
| XYZ | 18.9 | 8.84 | 57.21 | - |
| YUV | 70.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 203 | 0.40 | 0.91 | 0 | 0.20 | 273.26 | 0.83 | 0.44 |
| Hex | 79 | 13 | CB | 28 | 5B | 0 | 14 | 111 | 53 | 2C |
| Octal | 171 | 23 | 313 | 50 | 133 | 0 | 24 | 421 | 123 | 54 |
| Binary | 1111001 | 10011 | 11001011 | 101000 | 1011011 | 0 | 10100 | 100010001 | 1010011 | 101100 |
Color Harmonies of #7913CB
Complementary color
Monochromatic Colors of #7913CB
Black with #7913CB
Text Example
Text Example
White with #7913CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913CB; }
p { color: rgb(121,19,203); }
H1.HeaderClassName
{
color: #7913CB;
}
.AnyTagClassName
{
color: #7913CB;
}
</style>
background-color css
<style>
a { background-color: #7913CB; }
a { background-color: rgb(121,19,203); }
div.DivClassName
{
background-color: #7913CB;
}
.BgClassName
{
background-color: #7913CB;
}
</style>
border-color css
<style>
span { border-color: #7913CB; }
span { border-color: rgb(121,19,203); }
td.TdClassName
{
border-color: #7913CB;
}
.TagClassName
{
border-color: #7913CB;
}
</style>