Shades of Dark Violet #7607C9
Tints of Dark Violet #7607C9
RGB
CMYK
RGB Variations
Color information
#7607C9 (or 0x7607C9) is known color: Dark Violet. HEX triplet: 76, 07 and C9. RGB value is (118,7,201). Sum of RGB (Red+Green+Blue) = 118+7+201=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #7607C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607C9 is #89F836. Grayscale: #3D3D3D. Windows color (decimal): -9041975 or 13174646. OLE color: 13174646.
HSL color Cylindrical-coordinate representation of color #7607C9: hue angle of 274.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607C9 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 7 | 201 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.21 |
| HSL | 274.33º | 0.93% | 0.41% | - |
| HSV(B) | 274.33º | 0.97% | 0.79% | - |
| XYZ | 18.09 | 8.22 | 55.89 | - |
| YUV | 62.31 | 206.27 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 201 | 0.41 | 0.97 | 0 | 0.21 | 274.33 | 0.93 | 0.41 |
| Hex | 76 | 7 | C9 | 29 | 61 | 0 | 15 | 112 | 5D | 29 |
| Octal | 166 | 7 | 311 | 51 | 141 | 0 | 25 | 422 | 135 | 51 |
| Binary | 1110110 | 111 | 11001001 | 101001 | 1100001 | 0 | 10101 | 100010010 | 1011101 | 101001 |
Color Harmonies of #7607C9
Complementary color
Monochromatic Colors of #7607C9
Black with #7607C9
Text Example
Text Example
White with #7607C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607C9; }
p { color: rgb(118,7,201); }
H1.HeaderClassName
{
color: #7607C9;
}
.AnyTagClassName
{
color: #7607C9;
}
</style>
background-color css
<style>
a { background-color: #7607C9; }
a { background-color: rgb(118,7,201); }
div.DivClassName
{
background-color: #7607C9;
}
.BgClassName
{
background-color: #7607C9;
}
</style>
border-color css
<style>
span { border-color: #7607C9; }
span { border-color: rgb(118,7,201); }
td.TdClassName
{
border-color: #7607C9;
}
.TagClassName
{
border-color: #7607C9;
}
</style>