Shades of Dark Violet #7702DE
Tints of Dark Violet #7702DE
RGB
CMYK
RGB Variations
Color information
#7702DE (or 0x7702DE) is known color: Dark Violet. HEX triplet: 77, 02 and DE. RGB value is (119,2,222). Sum of RGB (Red+Green+Blue) = 119+2+222=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #7702DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702DE is #88FD21. Grayscale: #3D3D3D. Windows color (decimal): -8977698 or 14549623. OLE color: 14549623.
HSL color Cylindrical-coordinate representation of color #7702DE: hue angle of 271.91º 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 #7702DE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 2 | 222 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.13 |
| HSL | 271.91º | 0.98% | 0.44% | - |
| HSV(B) | 271.91º | 0.99% | 0.87% | - |
| XYZ | 20.81 | 9.24 | 69.79 | - |
| YUV | 62.06 | 218.26 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 222 | 0.46 | 0.99 | 0 | 0.13 | 271.91 | 0.98 | 0.44 |
| Hex | 77 | 2 | DE | 2E | 63 | 0 | D | 110 | 62 | 2C |
| Octal | 167 | 2 | 336 | 56 | 143 | 0 | 15 | 420 | 142 | 54 |
| Binary | 1110111 | 10 | 11011110 | 101110 | 1100011 | 0 | 1101 | 100010000 | 1100010 | 101100 |
Color Harmonies of #7702DE
Complementary color
Monochromatic Colors of #7702DE
Black with #7702DE
Text Example
Text Example
White with #7702DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702DE; }
p { color: rgb(119,2,222); }
H1.HeaderClassName
{
color: #7702DE;
}
.AnyTagClassName
{
color: #7702DE;
}
</style>
background-color css
<style>
a { background-color: #7702DE; }
a { background-color: rgb(119,2,222); }
div.DivClassName
{
background-color: #7702DE;
}
.BgClassName
{
background-color: #7702DE;
}
</style>
border-color css
<style>
span { border-color: #7702DE; }
span { border-color: rgb(119,2,222); }
td.TdClassName
{
border-color: #7702DE;
}
.TagClassName
{
border-color: #7702DE;
}
</style>