Shades of Dark Violet #7605B1
Tints of Dark Violet #7605B1
RGB
CMYK
RGB Variations
Color information
#7605B1 (or 0x7605B1) is known color: Dark Violet. HEX triplet: 76, 05 and B1. RGB value is (118,5,177). Sum of RGB (Red+Green+Blue) = 118+5+177=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #7605B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7605B1 is #89FA4E. Grayscale: #393939. Windows color (decimal): -9042511 or 11601270. OLE color: 11601270.
HSL color Cylindrical-coordinate representation of color #7605B1: hue angle of 279.42º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7605B1 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 5 | 177 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.31 |
| HSL | 279.42º | 0.95% | 0.36% | - |
| HSV(B) | 279.42º | 0.97% | 0.69% | - |
| XYZ | 15.46 | 7.13 | 42.16 | - |
| YUV | 58.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 177 | 0.33 | 0.97 | 0 | 0.31 | 279.42 | 0.95 | 0.36 |
| Hex | 76 | 5 | B1 | 21 | 61 | 0 | 1F | 117 | 5F | 24 |
| Octal | 166 | 5 | 261 | 41 | 141 | 0 | 37 | 427 | 137 | 44 |
| Binary | 1110110 | 101 | 10110001 | 100001 | 1100001 | 0 | 11111 | 100010111 | 1011111 | 100100 |
Color Harmonies of #7605B1
Complementary color
Monochromatic Colors of #7605B1
Black with #7605B1
Text Example
Text Example
White with #7605B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605B1; }
p { color: rgb(118,5,177); }
H1.HeaderClassName
{
color: #7605B1;
}
.AnyTagClassName
{
color: #7605B1;
}
</style>
background-color css
<style>
a { background-color: #7605B1; }
a { background-color: rgb(118,5,177); }
div.DivClassName
{
background-color: #7605B1;
}
.BgClassName
{
background-color: #7605B1;
}
</style>
border-color css
<style>
span { border-color: #7605B1; }
span { border-color: rgb(118,5,177); }
td.TdClassName
{
border-color: #7605B1;
}
.TagClassName
{
border-color: #7605B1;
}
</style>