Shades of Dark Violet #7802DF
Tints of Dark Violet #7802DF
RGB
CMYK
RGB Variations
Color information
#7802DF (or 0x7802DF) is known color: Dark Violet. HEX triplet: 78, 02 and DF. RGB value is (120,2,223). Sum of RGB (Red+Green+Blue) = 120+2+223=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #7802DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802DF is #87FD20. Grayscale: #3D3D3D. Windows color (decimal): -8912161 or 14615160. OLE color: 14615160.
HSL color Cylindrical-coordinate representation of color #7802DF: hue angle of 272.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802DF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 2 | 223 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.13 |
| HSL | 272.04º | 0.98% | 0.44% | - |
| HSV(B) | 272.04º | 0.99% | 0.87% | - |
| XYZ | 21.09 | 9.36 | 70.51 | - |
| YUV | 62.48 | 218.59 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 223 | 0.46 | 0.99 | 0 | 0.13 | 272.04 | 0.98 | 0.44 |
| Hex | 78 | 2 | DF | 2E | 63 | 0 | D | 110 | 62 | 2C |
| Octal | 170 | 2 | 337 | 56 | 143 | 0 | 15 | 420 | 142 | 54 |
| Binary | 1111000 | 10 | 11011111 | 101110 | 1100011 | 0 | 1101 | 100010000 | 1100010 | 101100 |
Color Harmonies of #7802DF
Complementary color
Monochromatic Colors of #7802DF
Black with #7802DF
Text Example
Text Example
White with #7802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802DF; }
p { color: rgb(120,2,223); }
H1.HeaderClassName
{
color: #7802DF;
}
.AnyTagClassName
{
color: #7802DF;
}
</style>
background-color css
<style>
a { background-color: #7802DF; }
a { background-color: rgb(120,2,223); }
div.DivClassName
{
background-color: #7802DF;
}
.BgClassName
{
background-color: #7802DF;
}
</style>
border-color css
<style>
span { border-color: #7802DF; }
span { border-color: rgb(120,2,223); }
td.TdClassName
{
border-color: #7802DF;
}
.TagClassName
{
border-color: #7802DF;
}
</style>