Shades of Dark Violet #7702CF
Tints of Dark Violet #7702CF
RGB
CMYK
RGB Variations
Color information
#7702CF (or 0x7702CF) is known color: Dark Violet. HEX triplet: 77, 02 and CF. RGB value is (119,2,207). Sum of RGB (Red+Green+Blue) = 119+2+207=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #7702CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702CF is #88FD30. Grayscale: #3B3B3B. Windows color (decimal): -8977713 or 13566583. OLE color: 13566583.
HSL color Cylindrical-coordinate representation of color #7702CF: hue angle of 274.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702CF is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 2 | 207 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.19 |
| HSL | 274.24º | 0.98% | 0.41% | - |
| HSV(B) | 274.24º | 0.99% | 0.81% | - |
| XYZ | 18.89 | 8.47 | 59.67 | - |
| YUV | 60.35 | 210.76 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 207 | 0.43 | 0.99 | 0 | 0.19 | 274.24 | 0.98 | 0.41 |
| Hex | 77 | 2 | CF | 2B | 63 | 0 | 13 | 112 | 62 | 29 |
| Octal | 167 | 2 | 317 | 53 | 143 | 0 | 23 | 422 | 142 | 51 |
| Binary | 1110111 | 10 | 11001111 | 101011 | 1100011 | 0 | 10011 | 100010010 | 1100010 | 101001 |
Color Harmonies of #7702CF
Complementary color
Monochromatic Colors of #7702CF
Black with #7702CF
Text Example
Text Example
White with #7702CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702CF; }
p { color: rgb(119,2,207); }
H1.HeaderClassName
{
color: #7702CF;
}
.AnyTagClassName
{
color: #7702CF;
}
</style>
background-color css
<style>
a { background-color: #7702CF; }
a { background-color: rgb(119,2,207); }
div.DivClassName
{
background-color: #7702CF;
}
.BgClassName
{
background-color: #7702CF;
}
</style>
border-color css
<style>
span { border-color: #7702CF; }
span { border-color: rgb(119,2,207); }
td.TdClassName
{
border-color: #7702CF;
}
.TagClassName
{
border-color: #7702CF;
}
</style>