Shades of Dark Violet #7607BE
Tints of Dark Violet #7607BE
RGB
CMYK
RGB Variations
Color information
#7607BE (or 0x7607BE) is known color: Dark Violet. HEX triplet: 76, 07 and BE. RGB value is (118,7,190). Sum of RGB (Red+Green+Blue) = 118+7+190=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #7607BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607BE is #89F841. Grayscale: #3C3C3C. Windows color (decimal): -9041986 or 12453750. OLE color: 12453750.
HSL color Cylindrical-coordinate representation of color #7607BE: hue angle of 276.39º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607BE is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 7 | 190 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.25 |
| HSL | 276.39º | 0.93% | 0.39% | - |
| HSV(B) | 276.39º | 0.96% | 0.75% | - |
| XYZ | 16.84 | 7.72 | 49.32 | - |
| YUV | 61.05 | 200.77 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 190 | 0.38 | 0.96 | 0 | 0.25 | 276.39 | 0.93 | 0.39 |
| Hex | 76 | 7 | BE | 26 | 60 | 0 | 19 | 114 | 5D | 27 |
| Octal | 166 | 7 | 276 | 46 | 140 | 0 | 31 | 424 | 135 | 47 |
| Binary | 1110110 | 111 | 10111110 | 100110 | 1100000 | 0 | 11001 | 100010100 | 1011101 | 100111 |
Color Harmonies of #7607BE
Complementary color
Monochromatic Colors of #7607BE
Black with #7607BE
Text Example
Text Example
White with #7607BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607BE; }
p { color: rgb(118,7,190); }
H1.HeaderClassName
{
color: #7607BE;
}
.AnyTagClassName
{
color: #7607BE;
}
</style>
background-color css
<style>
a { background-color: #7607BE; }
a { background-color: rgb(118,7,190); }
div.DivClassName
{
background-color: #7607BE;
}
.BgClassName
{
background-color: #7607BE;
}
</style>
border-color css
<style>
span { border-color: #7607BE; }
span { border-color: rgb(118,7,190); }
td.TdClassName
{
border-color: #7607BE;
}
.TagClassName
{
border-color: #7607BE;
}
</style>