Shades of Vivid Violet #76269B
Tints of Vivid Violet #76269B
RGB
CMYK
RGB Variations
Color information
#76269B (or 0x76269B) is known color: Vivid Violet. HEX triplet: 76, 26 and 9B. RGB value is (118,38,155). Sum of RGB (Red+Green+Blue) = 118+38+155=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #76269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76269B is #89D964. Grayscale: #4A4A4A. Windows color (decimal): -9034085 or 10167926. OLE color: 10167926.
HSL color Cylindrical-coordinate representation of color #76269B: hue angle of 281.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76269B is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 38 | 155 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.39 |
| HSL | 281.03º | 0.61% | 0.38% | - |
| HSV(B) | 281.03º | 0.75% | 0.61% | - |
| XYZ | 14.08 | 7.6 | 31.74 | - |
| YUV | 75.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 155 | 0.24 | 0.75 | 0 | 0.39 | 281.03 | 0.61 | 0.38 |
| Hex | 76 | 26 | 9B | 18 | 4B | 0 | 27 | 119 | 3D | 26 |
| Octal | 166 | 46 | 233 | 30 | 113 | 0 | 47 | 431 | 75 | 46 |
| Binary | 1110110 | 100110 | 10011011 | 11000 | 1001011 | 0 | 100111 | 100011001 | 111101 | 100110 |
Color Harmonies of #76269B
Complementary color
Monochromatic Colors of #76269B
Black with #76269B
Text Example
Text Example
White with #76269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76269B; }
p { color: rgb(118,38,155); }
H1.HeaderClassName
{
color: #76269B;
}
.AnyTagClassName
{
color: #76269B;
}
</style>
background-color css
<style>
a { background-color: #76269B; }
a { background-color: rgb(118,38,155); }
div.DivClassName
{
background-color: #76269B;
}
.BgClassName
{
background-color: #76269B;
}
</style>
border-color css
<style>
span { border-color: #76269B; }
span { border-color: rgb(118,38,155); }
td.TdClassName
{
border-color: #76269B;
}
.TagClassName
{
border-color: #76269B;
}
</style>