Shades of Vivid Violet #76259C
Tints of Vivid Violet #76259C
RGB
CMYK
RGB Variations
Color information
#76259C (or 0x76259C) is known color: Vivid Violet. HEX triplet: 76, 25 and 9C. RGB value is (118,37,156). Sum of RGB (Red+Green+Blue) = 118+37+156=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #76259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76259C is #89DA63. Grayscale: #4A4A4A. Windows color (decimal): -9034340 or 10233206. OLE color: 10233206.
HSL color Cylindrical-coordinate representation of color #76259C: hue angle of 280.84º degrees, saturation: 0.62, 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 #76259C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 37 | 156 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.39 |
| HSL | 280.84º | 0.62% | 0.38% | - |
| HSV(B) | 280.84º | 0.76% | 0.61% | - |
| XYZ | 14.13 | 7.57 | 32.17 | - |
| YUV | 74.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 156 | 0.24 | 0.76 | 0 | 0.39 | 280.84 | 0.62 | 0.38 |
| Hex | 76 | 25 | 9C | 18 | 4C | 0 | 27 | 119 | 3E | 26 |
| Octal | 166 | 45 | 234 | 30 | 114 | 0 | 47 | 431 | 76 | 46 |
| Binary | 1110110 | 100101 | 10011100 | 11000 | 1001100 | 0 | 100111 | 100011001 | 111110 | 100110 |
Color Harmonies of #76259C
Complementary color
Monochromatic Colors of #76259C
Black with #76259C
Text Example
Text Example
White with #76259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76259C; }
p { color: rgb(118,37,156); }
H1.HeaderClassName
{
color: #76259C;
}
.AnyTagClassName
{
color: #76259C;
}
</style>
background-color css
<style>
a { background-color: #76259C; }
a { background-color: rgb(118,37,156); }
div.DivClassName
{
background-color: #76259C;
}
.BgClassName
{
background-color: #76259C;
}
</style>
border-color css
<style>
span { border-color: #76259C; }
span { border-color: rgb(118,37,156); }
td.TdClassName
{
border-color: #76259C;
}
.TagClassName
{
border-color: #76259C;
}
</style>