Shades of Dark Violet #7702B3
Tints of Dark Violet #7702B3
RGB
CMYK
RGB Variations
Color information
#7702B3 (or 0x7702B3) is known color: Dark Violet. HEX triplet: 77, 02 and B3. RGB value is (119,2,179). Sum of RGB (Red+Green+Blue) = 119+2+179=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #7702B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702B3 is #88FD4C. Grayscale: #383838. Windows color (decimal): -8977741 or 11731575. OLE color: 11731575.
HSL color Cylindrical-coordinate representation of color #7702B3: hue angle of 279.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702B3 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 2 | 179 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.30 |
| HSL | 279.66º | 0.98% | 0.35% | - |
| HSV(B) | 279.66º | 0.99% | 0.7% | - |
| XYZ | 15.77 | 7.22 | 43.21 | - |
| YUV | 57.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 179 | 0.34 | 0.99 | 0 | 0.30 | 279.66 | 0.98 | 0.35 |
| Hex | 77 | 2 | B3 | 22 | 63 | 0 | 1E | 118 | 62 | 23 |
| Octal | 167 | 2 | 263 | 42 | 143 | 0 | 36 | 430 | 142 | 43 |
| Binary | 1110111 | 10 | 10110011 | 100010 | 1100011 | 0 | 11110 | 100011000 | 1100010 | 100011 |
Color Harmonies of #7702B3
Complementary color
Monochromatic Colors of #7702B3
Black with #7702B3
Text Example
Text Example
White with #7702B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702B3; }
p { color: rgb(119,2,179); }
H1.HeaderClassName
{
color: #7702B3;
}
.AnyTagClassName
{
color: #7702B3;
}
</style>
background-color css
<style>
a { background-color: #7702B3; }
a { background-color: rgb(119,2,179); }
div.DivClassName
{
background-color: #7702B3;
}
.BgClassName
{
background-color: #7702B3;
}
</style>
border-color css
<style>
span { border-color: #7702B3; }
span { border-color: rgb(119,2,179); }
td.TdClassName
{
border-color: #7702B3;
}
.TagClassName
{
border-color: #7702B3;
}
</style>