Shades of Dark Violet #7700C3
Tints of Dark Violet #7700C3
RGB
CMYK
RGB Variations
Color information
#7700C3 (or 0x7700C3) is known color: Dark Violet. HEX triplet: 77, 00 and C3. RGB value is (119,0,195). Sum of RGB (Red+Green+Blue) = 119+0+195=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #7700C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700C3 is #88FF3C. Grayscale: #393939. Windows color (decimal): -8978237 or 12779639. OLE color: 12779639.
HSL color Cylindrical-coordinate representation of color #7700C3: hue angle of 276.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700C3 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 0 | 195 | - |
| CMYK | 0.39 | 1 | 0 | 0.24 |
| HSL | 276.62º | 1% | 0.38% | - |
| HSV(B) | 276.62º | 1% | 0.76% | - |
| XYZ | 17.46 | 7.86 | 52.23 | - |
| YUV | 57.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 195 | 0.39 | 1 | 0 | 0.24 | 276.62 | 1 | 0.38 |
| Hex | 77 | 0 | C3 | 27 | 64 | 0 | 18 | 115 | 64 | 26 |
| Octal | 167 | 0 | 303 | 47 | 144 | 0 | 30 | 425 | 144 | 46 |
| Binary | 1110111 | 0 | 11000011 | 100111 | 1100100 | 0 | 11000 | 100010101 | 1100100 | 100110 |
Color Harmonies of #7700C3
Complementary color
Monochromatic Colors of #7700C3
Black with #7700C3
Text Example
Text Example
White with #7700C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700C3; }
p { color: rgb(119,0,195); }
H1.HeaderClassName
{
color: #7700C3;
}
.AnyTagClassName
{
color: #7700C3;
}
</style>
background-color css
<style>
a { background-color: #7700C3; }
a { background-color: rgb(119,0,195); }
div.DivClassName
{
background-color: #7700C3;
}
.BgClassName
{
background-color: #7700C3;
}
</style>
border-color css
<style>
span { border-color: #7700C3; }
span { border-color: rgb(119,0,195); }
td.TdClassName
{
border-color: #7700C3;
}
.TagClassName
{
border-color: #7700C3;
}
</style>