Shades of Dark Violet #7700CF
Tints of Dark Violet #7700CF
RGB
CMYK
RGB Variations
Color information
#7700CF (or 0x7700CF) is known color: Dark Violet. HEX triplet: 77, 00 and CF. RGB value is (119,0,207). Sum of RGB (Red+Green+Blue) = 119+0+207=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #7700CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700CF is #88FF30. Grayscale: #3A3A3A. Windows color (decimal): -8978225 or 13566071. OLE color: 13566071.
HSL color Cylindrical-coordinate representation of color #7700CF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700CF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 0 | 207 | - |
| CMYK | 0.43 | 1 | 0 | 0.19 |
| HSL | 274.49º | 1% | 0.41% | - |
| HSV(B) | 274.49º | 1% | 0.81% | - |
| XYZ | 18.87 | 8.43 | 59.66 | - |
| YUV | 59.18 | 211.42 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 207 | 0.43 | 1 | 0 | 0.19 | 274.49 | 1 | 0.41 |
| Hex | 77 | 0 | CF | 2B | 64 | 0 | 13 | 112 | 64 | 29 |
| Octal | 167 | 0 | 317 | 53 | 144 | 0 | 23 | 422 | 144 | 51 |
| Binary | 1110111 | 0 | 11001111 | 101011 | 1100100 | 0 | 10011 | 100010010 | 1100100 | 101001 |
Color Harmonies of #7700CF
Complementary color
Monochromatic Colors of #7700CF
Black with #7700CF
Text Example
Text Example
White with #7700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700CF; }
p { color: rgb(119,0,207); }
H1.HeaderClassName
{
color: #7700CF;
}
.AnyTagClassName
{
color: #7700CF;
}
</style>
background-color css
<style>
a { background-color: #7700CF; }
a { background-color: rgb(119,0,207); }
div.DivClassName
{
background-color: #7700CF;
}
.BgClassName
{
background-color: #7700CF;
}
</style>
border-color css
<style>
span { border-color: #7700CF; }
span { border-color: rgb(119,0,207); }
td.TdClassName
{
border-color: #7700CF;
}
.TagClassName
{
border-color: #7700CF;
}
</style>