Shades of Vivid Violet #78269C
Tints of Vivid Violet #78269C
RGB
CMYK
RGB Variations
Color information
#78269C (or 0x78269C) is known color: Vivid Violet. HEX triplet: 78, 26 and 9C. RGB value is (120,38,156). Sum of RGB (Red+Green+Blue) = 120+38+156=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #78269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78269C is #87D963. Grayscale: #4B4B4B. Windows color (decimal): -8903012 or 10233464. OLE color: 10233464.
HSL color Cylindrical-coordinate representation of color #78269C: hue angle of 281.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78269C is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 38 | 156 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.39 |
| HSL | 281.69º | 0.61% | 0.38% | - |
| HSV(B) | 281.69º | 0.76% | 0.61% | - |
| XYZ | 14.44 | 7.78 | 32.19 | - |
| YUV | 75.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 156 | 0.23 | 0.76 | 0 | 0.39 | 281.69 | 0.61 | 0.38 |
| Hex | 78 | 26 | 9C | 17 | 4C | 0 | 27 | 11A | 3D | 26 |
| Octal | 170 | 46 | 234 | 27 | 114 | 0 | 47 | 432 | 75 | 46 |
| Binary | 1111000 | 100110 | 10011100 | 10111 | 1001100 | 0 | 100111 | 100011010 | 111101 | 100110 |
Color Harmonies of #78269C
Complementary color
Monochromatic Colors of #78269C
Black with #78269C
Text Example
Text Example
White with #78269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78269C; }
p { color: rgb(120,38,156); }
H1.HeaderClassName
{
color: #78269C;
}
.AnyTagClassName
{
color: #78269C;
}
</style>
background-color css
<style>
a { background-color: #78269C; }
a { background-color: rgb(120,38,156); }
div.DivClassName
{
background-color: #78269C;
}
.BgClassName
{
background-color: #78269C;
}
</style>
border-color css
<style>
span { border-color: #78269C; }
span { border-color: rgb(120,38,156); }
td.TdClassName
{
border-color: #78269C;
}
.TagClassName
{
border-color: #78269C;
}
</style>