Shades of Vivid Violet #782682
Tints of Vivid Violet #782682
RGB
CMYK
RGB Variations
Color information
#782682 (or 0x782682) is known color: Vivid Violet. HEX triplet: 78, 26 and 82. RGB value is (120,38,130). Sum of RGB (Red+Green+Blue) = 120+38+130=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #782682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782682 is #87D97D. Grayscale: #484848. Windows color (decimal): -8903038 or 8529528. OLE color: 8529528.
HSL color Cylindrical-coordinate representation of color #782682: hue angle of 293.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782682 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 38 | 130 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.49 |
| HSL | 293.48º | 0.55% | 0.33% | - |
| HSV(B) | 293.48º | 0.71% | 0.51% | - |
| XYZ | 12.47 | 6.99 | 21.81 | - |
| YUV | 73.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 130 | 0.08 | 0.71 | 0 | 0.49 | 293.48 | 0.55 | 0.33 |
| Hex | 78 | 26 | 82 | 8 | 47 | 0 | 31 | 125 | 37 | 21 |
| Octal | 170 | 46 | 202 | 10 | 107 | 0 | 61 | 445 | 67 | 41 |
| Binary | 1111000 | 100110 | 10000010 | 1000 | 1000111 | 0 | 110001 | 100100101 | 110111 | 100001 |
Color Harmonies of #782682
Complementary color
Monochromatic Colors of #782682
Black with #782682
Text Example
Text Example
White with #782682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782682; }
p { color: rgb(120,38,130); }
H1.HeaderClassName
{
color: #782682;
}
.AnyTagClassName
{
color: #782682;
}
</style>
background-color css
<style>
a { background-color: #782682; }
a { background-color: rgb(120,38,130); }
div.DivClassName
{
background-color: #782682;
}
.BgClassName
{
background-color: #782682;
}
</style>
border-color css
<style>
span { border-color: #782682; }
span { border-color: rgb(120,38,130); }
td.TdClassName
{
border-color: #782682;
}
.TagClassName
{
border-color: #782682;
}
</style>