Shades of Blue Violet #7913CF
Tints of Blue Violet #7913CF
RGB
CMYK
RGB Variations
Color information
#7913CF (or 0x7913CF) is known color: Blue Violet. HEX triplet: 79, 13 and CF. RGB value is (121,19,207). Sum of RGB (Red+Green+Blue) = 121+19+207=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #7913CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913CF is #86EC30. Grayscale: #464646. Windows color (decimal): -8842289 or 13570937. OLE color: 13570937.
HSL color Cylindrical-coordinate representation of color #7913CF: hue angle of 272.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7913CF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 19 | 207 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.19 |
| HSL | 272.55º | 0.83% | 0.44% | - |
| HSV(B) | 272.55º | 0.91% | 0.81% | - |
| XYZ | 19.38 | 9.04 | 59.75 | - |
| YUV | 70.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 207 | 0.42 | 0.91 | 0 | 0.19 | 272.55 | 0.83 | 0.44 |
| Hex | 79 | 13 | CF | 2A | 5B | 0 | 13 | 111 | 53 | 2C |
| Octal | 171 | 23 | 317 | 52 | 133 | 0 | 23 | 421 | 123 | 54 |
| Binary | 1111001 | 10011 | 11001111 | 101010 | 1011011 | 0 | 10011 | 100010001 | 1010011 | 101100 |
Color Harmonies of #7913CF
Complementary color
Monochromatic Colors of #7913CF
Black with #7913CF
Text Example
Text Example
White with #7913CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913CF; }
p { color: rgb(121,19,207); }
H1.HeaderClassName
{
color: #7913CF;
}
.AnyTagClassName
{
color: #7913CF;
}
</style>
background-color css
<style>
a { background-color: #7913CF; }
a { background-color: rgb(121,19,207); }
div.DivClassName
{
background-color: #7913CF;
}
.BgClassName
{
background-color: #7913CF;
}
</style>
border-color css
<style>
span { border-color: #7913CF; }
span { border-color: rgb(121,19,207); }
td.TdClassName
{
border-color: #7913CF;
}
.TagClassName
{
border-color: #7913CF;
}
</style>