Shades of Vivid Violet #781DA5
Tints of Vivid Violet #781DA5
RGB
CMYK
RGB Variations
Color information
#781DA5 (or 0x781DA5) is known color: Vivid Violet. HEX triplet: 78, 1D and A5. RGB value is (120,29,165). Sum of RGB (Red+Green+Blue) = 120+29+165=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #781DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781DA5 is #87E25A. Grayscale: #474747. Windows color (decimal): -8905307 or 10820984. OLE color: 10820984.
HSL color Cylindrical-coordinate representation of color #781DA5: hue angle of 280.15º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781DA5 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 29 | 165 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.35 |
| HSL | 280.15º | 0.7% | 0.38% | - |
| HSV(B) | 280.15º | 0.82% | 0.65% | - |
| XYZ | 14.98 | 7.59 | 36.27 | - |
| YUV | 71.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 165 | 0.27 | 0.82 | 0 | 0.35 | 280.15 | 0.7 | 0.38 |
| Hex | 78 | 1D | A5 | 1B | 52 | 0 | 23 | 118 | 46 | 26 |
| Octal | 170 | 35 | 245 | 33 | 122 | 0 | 43 | 430 | 106 | 46 |
| Binary | 1111000 | 11101 | 10100101 | 11011 | 1010010 | 0 | 100011 | 100011000 | 1000110 | 100110 |
Color Harmonies of #781DA5
Complementary color
Monochromatic Colors of #781DA5
Black with #781DA5
Text Example
Text Example
White with #781DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DA5; }
p { color: rgb(120,29,165); }
H1.HeaderClassName
{
color: #781DA5;
}
.AnyTagClassName
{
color: #781DA5;
}
</style>
background-color css
<style>
a { background-color: #781DA5; }
a { background-color: rgb(120,29,165); }
div.DivClassName
{
background-color: #781DA5;
}
.BgClassName
{
background-color: #781DA5;
}
</style>
border-color css
<style>
span { border-color: #781DA5; }
span { border-color: rgb(120,29,165); }
td.TdClassName
{
border-color: #781DA5;
}
.TagClassName
{
border-color: #781DA5;
}
</style>