Shades of Dark Violet #7703CC
Tints of Dark Violet #7703CC
RGB
CMYK
RGB Variations
Color information
#7703CC (or 0x7703CC) is known color: Dark Violet. HEX triplet: 77, 03 and CC. RGB value is (119,3,204). Sum of RGB (Red+Green+Blue) = 119+3+204=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7703CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7703CC is #88FC33. Grayscale: #3B3B3B. Windows color (decimal): -8977460 or 13370231. OLE color: 13370231.
HSL color Cylindrical-coordinate representation of color #7703CC: hue angle of 274.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703CC is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 3 | 204 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.2 |
| HSL | 274.63º | 0.97% | 0.41% | - |
| HSV(B) | 274.63º | 0.99% | 0.8% | - |
| XYZ | 18.54 | 8.35 | 57.76 | - |
| YUV | 60.6 | 208.93 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 204 | 0.42 | 0.99 | 0 | 0.2 | 274.63 | 0.97 | 0.41 |
| Hex | 77 | 3 | CC | 2A | 63 | 0 | 14 | 113 | 61 | 29 |
| Octal | 167 | 3 | 314 | 52 | 143 | 0 | 24 | 423 | 141 | 51 |
| Binary | 1110111 | 11 | 11001100 | 101010 | 1100011 | 0 | 10100 | 100010011 | 1100001 | 101001 |
Color Harmonies of #7703CC
Complementary color
Monochromatic Colors of #7703CC
Black with #7703CC
Text Example
Text Example
White with #7703CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703CC; }
p { color: rgb(119,3,204); }
H1.HeaderClassName
{
color: #7703CC;
}
.AnyTagClassName
{
color: #7703CC;
}
</style>
background-color css
<style>
a { background-color: #7703CC; }
a { background-color: rgb(119,3,204); }
div.DivClassName
{
background-color: #7703CC;
}
.BgClassName
{
background-color: #7703CC;
}
</style>
border-color css
<style>
span { border-color: #7703CC; }
span { border-color: rgb(119,3,204); }
td.TdClassName
{
border-color: #7703CC;
}
.TagClassName
{
border-color: #7703CC;
}
</style>