Shades of Dark Violet #7601CF
Tints of Dark Violet #7601CF
RGB
CMYK
RGB Variations
Color information
#7601CF (or 0x7601CF) is known color: Dark Violet. HEX triplet: 76, 01 and CF. RGB value is (118,1,207). Sum of RGB (Red+Green+Blue) = 118+1+207=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #7601CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601CF is #89FE30. Grayscale: #3A3A3A. Windows color (decimal): -9043505 or 13566326. OLE color: 13566326.
HSL color Cylindrical-coordinate representation of color #7601CF: hue angle of 274.08º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7601CF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 1 | 207 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.19 |
| HSL | 274.08º | 0.99% | 0.41% | - |
| HSV(B) | 274.08º | 1% | 0.81% | - |
| XYZ | 18.74 | 8.38 | 59.66 | - |
| YUV | 59.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 207 | 0.43 | 1.00 | 0 | 0.19 | 274.08 | 0.99 | 0.41 |
| Hex | 76 | 1 | CF | 2B | 64 | 0 | 13 | 112 | 63 | 29 |
| Octal | 166 | 1 | 317 | 53 | 144 | 0 | 23 | 422 | 143 | 51 |
| Binary | 1110110 | 1 | 11001111 | 101011 | 1100100 | 0 | 10011 | 100010010 | 1100011 | 101001 |
Color Harmonies of #7601CF
Complementary color
Monochromatic Colors of #7601CF
Black with #7601CF
Text Example
Text Example
White with #7601CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601CF; }
p { color: rgb(118,1,207); }
H1.HeaderClassName
{
color: #7601CF;
}
.AnyTagClassName
{
color: #7601CF;
}
</style>
background-color css
<style>
a { background-color: #7601CF; }
a { background-color: rgb(118,1,207); }
div.DivClassName
{
background-color: #7601CF;
}
.BgClassName
{
background-color: #7601CF;
}
</style>
border-color css
<style>
span { border-color: #7601CF; }
span { border-color: rgb(118,1,207); }
td.TdClassName
{
border-color: #7601CF;
}
.TagClassName
{
border-color: #7601CF;
}
</style>