Shades of Dark Violet #7812CF
Tints of Dark Violet #7812CF
RGB
CMYK
RGB Variations
Color information
#7812CF (or 0x7812CF) is known color: Dark Violet. HEX triplet: 78, 12 and CF. RGB value is (120,18,207). Sum of RGB (Red+Green+Blue) = 120+18+207=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #7812CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7812CF is #87ED30. Grayscale: #454545. Windows color (decimal): -8908081 or 13570680. OLE color: 13570680.
HSL color Cylindrical-coordinate representation of color #7812CF: hue angle of 272.38º degrees, saturation: 0.84, 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 #7812CF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 18 | 207 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.19 |
| HSL | 272.38º | 0.84% | 0.44% | - |
| HSV(B) | 272.38º | 0.91% | 0.81% | - |
| XYZ | 19.22 | 8.93 | 59.74 | - |
| YUV | 70.04 | 205.29 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 207 | 0.42 | 0.91 | 0 | 0.19 | 272.38 | 0.84 | 0.44 |
| Hex | 78 | 12 | CF | 2A | 5B | 0 | 13 | 110 | 54 | 2C |
| Octal | 170 | 22 | 317 | 52 | 133 | 0 | 23 | 420 | 124 | 54 |
| Binary | 1111000 | 10010 | 11001111 | 101010 | 1011011 | 0 | 10011 | 100010000 | 1010100 | 101100 |
Color Harmonies of #7812CF
Complementary color
Monochromatic Colors of #7812CF
Black with #7812CF
Text Example
Text Example
White with #7812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7812CF; }
p { color: rgb(120,18,207); }
H1.HeaderClassName
{
color: #7812CF;
}
.AnyTagClassName
{
color: #7812CF;
}
</style>
background-color css
<style>
a { background-color: #7812CF; }
a { background-color: rgb(120,18,207); }
div.DivClassName
{
background-color: #7812CF;
}
.BgClassName
{
background-color: #7812CF;
}
</style>
border-color css
<style>
span { border-color: #7812CF; }
span { border-color: rgb(120,18,207); }
td.TdClassName
{
border-color: #7812CF;
}
.TagClassName
{
border-color: #7812CF;
}
</style>