Shades of Dark Violet #7802BD
Tints of Dark Violet #7802BD
RGB
CMYK
RGB Variations
Color information
#7802BD (or 0x7802BD) is known color: Dark Violet. HEX triplet: 78, 02 and BD. RGB value is (120,2,189). Sum of RGB (Red+Green+Blue) = 120+2+189=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #7802BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802BD is #87FD42. Grayscale: #393939. Windows color (decimal): -8912195 or 12386936. OLE color: 12386936.
HSL color Cylindrical-coordinate representation of color #7802BD: hue angle of 277.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802BD is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 2 | 189 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.26 |
| HSL | 277.86º | 0.98% | 0.37% | - |
| HSV(B) | 277.86º | 0.99% | 0.74% | - |
| XYZ | 16.95 | 7.71 | 48.74 | - |
| YUV | 58.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 189 | 0.37 | 0.99 | 0 | 0.26 | 277.86 | 0.98 | 0.37 |
| Hex | 78 | 2 | BD | 25 | 63 | 0 | 1A | 116 | 62 | 25 |
| Octal | 170 | 2 | 275 | 45 | 143 | 0 | 32 | 426 | 142 | 45 |
| Binary | 1111000 | 10 | 10111101 | 100101 | 1100011 | 0 | 11010 | 100010110 | 1100010 | 100101 |
Color Harmonies of #7802BD
Complementary color
Monochromatic Colors of #7802BD
Black with #7802BD
Text Example
Text Example
White with #7802BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802BD; }
p { color: rgb(120,2,189); }
H1.HeaderClassName
{
color: #7802BD;
}
.AnyTagClassName
{
color: #7802BD;
}
</style>
background-color css
<style>
a { background-color: #7802BD; }
a { background-color: rgb(120,2,189); }
div.DivClassName
{
background-color: #7802BD;
}
.BgClassName
{
background-color: #7802BD;
}
</style>
border-color css
<style>
span { border-color: #7802BD; }
span { border-color: rgb(120,2,189); }
td.TdClassName
{
border-color: #7802BD;
}
.TagClassName
{
border-color: #7802BD;
}
</style>