Shades of Dark Violet #7607CA
Tints of Dark Violet #7607CA
RGB
CMYK
RGB Variations
Color information
#7607CA (or 0x7607CA) is known color: Dark Violet. HEX triplet: 76, 07 and CA. RGB value is (118,7,202). Sum of RGB (Red+Green+Blue) = 118+7+202=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7607CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607CA is #89F835. Grayscale: #3D3D3D. Windows color (decimal): -9041974 or 13240182. OLE color: 13240182.
HSL color Cylindrical-coordinate representation of color #7607CA: hue angle of 274.15º 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 #7607CA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 7 | 202 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.21 |
| HSL | 274.15º | 0.93% | 0.41% | - |
| HSV(B) | 274.15º | 0.97% | 0.79% | - |
| XYZ | 18.21 | 8.27 | 56.51 | - |
| YUV | 62.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 202 | 0.42 | 0.97 | 0 | 0.21 | 274.15 | 0.93 | 0.41 |
| Hex | 76 | 7 | CA | 2A | 61 | 0 | 15 | 112 | 5D | 29 |
| Octal | 166 | 7 | 312 | 52 | 141 | 0 | 25 | 422 | 135 | 51 |
| Binary | 1110110 | 111 | 11001010 | 101010 | 1100001 | 0 | 10101 | 100010010 | 1011101 | 101001 |
Color Harmonies of #7607CA
Complementary color
Monochromatic Colors of #7607CA
Black with #7607CA
Text Example
Text Example
White with #7607CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607CA; }
p { color: rgb(118,7,202); }
H1.HeaderClassName
{
color: #7607CA;
}
.AnyTagClassName
{
color: #7607CA;
}
</style>
background-color css
<style>
a { background-color: #7607CA; }
a { background-color: rgb(118,7,202); }
div.DivClassName
{
background-color: #7607CA;
}
.BgClassName
{
background-color: #7607CA;
}
</style>
border-color css
<style>
span { border-color: #7607CA; }
span { border-color: rgb(118,7,202); }
td.TdClassName
{
border-color: #7607CA;
}
.TagClassName
{
border-color: #7607CA;
}
</style>