Shades of Dark Violet #7800CF
Tints of Dark Violet #7800CF
RGB
CMYK
RGB Variations
Color information
#7800CF (or 0x7800CF) is known color: Dark Violet. HEX triplet: 78, 00 and CF. RGB value is (120,0,207). Sum of RGB (Red+Green+Blue) = 120+0+207=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #7800CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800CF is #87FF30. Grayscale: #3A3A3A. Windows color (decimal): -8912689 or 13566072. OLE color: 13566072.
HSL color Cylindrical-coordinate representation of color #7800CF: hue angle of 274.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800CF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 0 | 207 | - |
| CMYK | 0.42 | 1 | 0 | 0.19 |
| HSL | 274.78º | 1% | 0.41% | - |
| HSV(B) | 274.78º | 1% | 0.81% | - |
| XYZ | 19.01 | 8.5 | 59.67 | - |
| YUV | 59.48 | 211.26 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 207 | 0.42 | 1 | 0 | 0.19 | 274.78 | 1 | 0.41 |
| Hex | 78 | 0 | CF | 2A | 64 | 0 | 13 | 113 | 64 | 29 |
| Octal | 170 | 0 | 317 | 52 | 144 | 0 | 23 | 423 | 144 | 51 |
| Binary | 1111000 | 0 | 11001111 | 101010 | 1100100 | 0 | 10011 | 100010011 | 1100100 | 101001 |
Color Harmonies of #7800CF
Complementary color
Monochromatic Colors of #7800CF
Black with #7800CF
Text Example
Text Example
White with #7800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7800CF; }
p { color: rgb(120,0,207); }
H1.HeaderClassName
{
color: #7800CF;
}
.AnyTagClassName
{
color: #7800CF;
}
</style>
background-color css
<style>
a { background-color: #7800CF; }
a { background-color: rgb(120,0,207); }
div.DivClassName
{
background-color: #7800CF;
}
.BgClassName
{
background-color: #7800CF;
}
</style>
border-color css
<style>
span { border-color: #7800CF; }
span { border-color: rgb(120,0,207); }
td.TdClassName
{
border-color: #7800CF;
}
.TagClassName
{
border-color: #7800CF;
}
</style>