Shades of Dark Violet #7610CC
Tints of Dark Violet #7610CC
RGB
CMYK
RGB Variations
Color information
#7610CC (or 0x7610CC) is known color: Dark Violet. HEX triplet: 76, 10 and CC. RGB value is (118,16,204). Sum of RGB (Red+Green+Blue) = 118+16+204=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7610CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610CC is #89EF33. Grayscale: #434343. Windows color (decimal): -9039668 or 13373558. OLE color: 13373558.
HSL color Cylindrical-coordinate representation of color #7610CC: hue angle of 272.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7610CC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 16 | 204 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.2 |
| HSL | 272.55º | 0.85% | 0.43% | - |
| HSV(B) | 272.55º | 0.92% | 0.8% | - |
| XYZ | 18.56 | 8.58 | 57.81 | - |
| YUV | 67.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 204 | 0.42 | 0.92 | 0 | 0.2 | 272.55 | 0.85 | 0.43 |
| Hex | 76 | 10 | CC | 2A | 5C | 0 | 14 | 111 | 55 | 2B |
| Octal | 166 | 20 | 314 | 52 | 134 | 0 | 24 | 421 | 125 | 53 |
| Binary | 1110110 | 10000 | 11001100 | 101010 | 1011100 | 0 | 10100 | 100010001 | 1010101 | 101011 |
Color Harmonies of #7610CC
Complementary color
Monochromatic Colors of #7610CC
Black with #7610CC
Text Example
Text Example
White with #7610CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7610CC; }
p { color: rgb(118,16,204); }
H1.HeaderClassName
{
color: #7610CC;
}
.AnyTagClassName
{
color: #7610CC;
}
</style>
background-color css
<style>
a { background-color: #7610CC; }
a { background-color: rgb(118,16,204); }
div.DivClassName
{
background-color: #7610CC;
}
.BgClassName
{
background-color: #7610CC;
}
</style>
border-color css
<style>
span { border-color: #7610CC; }
span { border-color: rgb(118,16,204); }
td.TdClassName
{
border-color: #7610CC;
}
.TagClassName
{
border-color: #7610CC;
}
</style>