Shades of Vivid Violet #782C9B
Tints of Vivid Violet #782C9B
RGB
CMYK
RGB Variations
Color information
#782C9B (or 0x782C9B) is known color: Vivid Violet. HEX triplet: 78, 2C and 9B. RGB value is (120,44,155). Sum of RGB (Red+Green+Blue) = 120+44+155=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #782C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782C9B is #87D364. Grayscale: #4F4F4F. Windows color (decimal): -8901477 or 10169464. OLE color: 10169464.
HSL color Cylindrical-coordinate representation of color #782C9B: hue angle of 281.08º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782C9B is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 44 | 155 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.39 |
| HSL | 281.08º | 0.56% | 0.39% | - |
| HSV(B) | 281.08º | 0.72% | 0.61% | - |
| XYZ | 14.56 | 8.16 | 31.82 | - |
| YUV | 79.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 155 | 0.23 | 0.72 | 0 | 0.39 | 281.08 | 0.56 | 0.39 |
| Hex | 78 | 2C | 9B | 17 | 48 | 0 | 27 | 119 | 38 | 27 |
| Octal | 170 | 54 | 233 | 27 | 110 | 0 | 47 | 431 | 70 | 47 |
| Binary | 1111000 | 101100 | 10011011 | 10111 | 1001000 | 0 | 100111 | 100011001 | 111000 | 100111 |
Color Harmonies of #782C9B
Complementary color
Monochromatic Colors of #782C9B
Black with #782C9B
Text Example
Text Example
White with #782C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C9B; }
p { color: rgb(120,44,155); }
H1.HeaderClassName
{
color: #782C9B;
}
.AnyTagClassName
{
color: #782C9B;
}
</style>
background-color css
<style>
a { background-color: #782C9B; }
a { background-color: rgb(120,44,155); }
div.DivClassName
{
background-color: #782C9B;
}
.BgClassName
{
background-color: #782C9B;
}
</style>
border-color css
<style>
span { border-color: #782C9B; }
span { border-color: rgb(120,44,155); }
td.TdClassName
{
border-color: #782C9B;
}
.TagClassName
{
border-color: #782C9B;
}
</style>