Shades of Dark Violet #7605C2
Tints of Dark Violet #7605C2
RGB
CMYK
RGB Variations
Color information
#7605C2 (or 0x7605C2) is known color: Dark Violet. HEX triplet: 76, 05 and C2. RGB value is (118,5,194). Sum of RGB (Red+Green+Blue) = 118+5+194=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #7605C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605C2 is #89FA3D. Grayscale: #3B3B3B. Windows color (decimal): -9042494 or 12715382. OLE color: 12715382.
HSL color Cylindrical-coordinate representation of color #7605C2: hue angle of 275.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7605C2 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 5 | 194 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.24 |
| HSL | 275.87º | 0.95% | 0.39% | - |
| HSV(B) | 275.87º | 0.97% | 0.76% | - |
| XYZ | 17.26 | 7.86 | 51.65 | - |
| YUV | 60.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 194 | 0.39 | 0.97 | 0 | 0.24 | 275.87 | 0.95 | 0.39 |
| Hex | 76 | 5 | C2 | 27 | 61 | 0 | 18 | 114 | 5F | 27 |
| Octal | 166 | 5 | 302 | 47 | 141 | 0 | 30 | 424 | 137 | 47 |
| Binary | 1110110 | 101 | 11000010 | 100111 | 1100001 | 0 | 11000 | 100010100 | 1011111 | 100111 |
Color Harmonies of #7605C2
Complementary color
Monochromatic Colors of #7605C2
Black with #7605C2
Text Example
Text Example
White with #7605C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605C2; }
p { color: rgb(118,5,194); }
H1.HeaderClassName
{
color: #7605C2;
}
.AnyTagClassName
{
color: #7605C2;
}
</style>
background-color css
<style>
a { background-color: #7605C2; }
a { background-color: rgb(118,5,194); }
div.DivClassName
{
background-color: #7605C2;
}
.BgClassName
{
background-color: #7605C2;
}
</style>
border-color css
<style>
span { border-color: #7605C2; }
span { border-color: rgb(118,5,194); }
td.TdClassName
{
border-color: #7605C2;
}
.TagClassName
{
border-color: #7605C2;
}
</style>