Shades of Dark Violet #7607CC
Tints of Dark Violet #7607CC
RGB
CMYK
RGB Variations
Color information
#7607CC (or 0x7607CC) is known color: Dark Violet. HEX triplet: 76, 07 and CC. RGB value is (118,7,204). Sum of RGB (Red+Green+Blue) = 118+7+204=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #7607CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607CC is #89F833. Grayscale: #3D3D3D. Windows color (decimal): -9041972 or 13371254. OLE color: 13371254.
HSL color Cylindrical-coordinate representation of color #7607CC: hue angle of 273.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607CC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 7 | 204 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.2 |
| HSL | 273.81º | 0.93% | 0.41% | - |
| HSV(B) | 273.81º | 0.97% | 0.8% | - |
| XYZ | 18.45 | 8.36 | 57.77 | - |
| YUV | 62.65 | 207.77 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 204 | 0.42 | 0.97 | 0 | 0.2 | 273.81 | 0.93 | 0.41 |
| Hex | 76 | 7 | CC | 2A | 61 | 0 | 14 | 112 | 5D | 29 |
| Octal | 166 | 7 | 314 | 52 | 141 | 0 | 24 | 422 | 135 | 51 |
| Binary | 1110110 | 111 | 11001100 | 101010 | 1100001 | 0 | 10100 | 100010010 | 1011101 | 101001 |
Color Harmonies of #7607CC
Complementary color
Monochromatic Colors of #7607CC
Black with #7607CC
Text Example
Text Example
White with #7607CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607CC; }
p { color: rgb(118,7,204); }
H1.HeaderClassName
{
color: #7607CC;
}
.AnyTagClassName
{
color: #7607CC;
}
</style>
background-color css
<style>
a { background-color: #7607CC; }
a { background-color: rgb(118,7,204); }
div.DivClassName
{
background-color: #7607CC;
}
.BgClassName
{
background-color: #7607CC;
}
</style>
border-color css
<style>
span { border-color: #7607CC; }
span { border-color: rgb(118,7,204); }
td.TdClassName
{
border-color: #7607CC;
}
.TagClassName
{
border-color: #7607CC;
}
</style>