Shades of Dark Violet #7608CC
Tints of Dark Violet #7608CC
RGB
CMYK
RGB Variations
Color information
#7608CC (or 0x7608CC) is known color: Dark Violet. HEX triplet: 76, 08 and CC. RGB value is (118,8,204). Sum of RGB (Red+Green+Blue) = 118+8+204=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #7608CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608CC is #89F733. Grayscale: #3E3E3E. Windows color (decimal): -9041716 or 13371510. OLE color: 13371510.
HSL color Cylindrical-coordinate representation of color #7608CC: hue angle of 273.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608CC is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 8 | 204 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.2 |
| HSL | 273.67º | 0.92% | 0.42% | - |
| HSV(B) | 273.67º | 0.96% | 0.8% | - |
| XYZ | 18.46 | 8.38 | 57.77 | - |
| YUV | 63.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 204 | 0.42 | 0.96 | 0 | 0.2 | 273.67 | 0.92 | 0.42 |
| Hex | 76 | 8 | CC | 2A | 60 | 0 | 14 | 112 | 5C | 2A |
| Octal | 166 | 10 | 314 | 52 | 140 | 0 | 24 | 422 | 134 | 52 |
| Binary | 1110110 | 1000 | 11001100 | 101010 | 1100000 | 0 | 10100 | 100010010 | 1011100 | 101010 |
Color Harmonies of #7608CC
Complementary color
Monochromatic Colors of #7608CC
Black with #7608CC
Text Example
Text Example
White with #7608CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608CC; }
p { color: rgb(118,8,204); }
H1.HeaderClassName
{
color: #7608CC;
}
.AnyTagClassName
{
color: #7608CC;
}
</style>
background-color css
<style>
a { background-color: #7608CC; }
a { background-color: rgb(118,8,204); }
div.DivClassName
{
background-color: #7608CC;
}
.BgClassName
{
background-color: #7608CC;
}
</style>
border-color css
<style>
span { border-color: #7608CC; }
span { border-color: rgb(118,8,204); }
td.TdClassName
{
border-color: #7608CC;
}
.TagClassName
{
border-color: #7608CC;
}
</style>