Shades of Vivid Violet #7C269B
Tints of Vivid Violet #7C269B
RGB
CMYK
RGB Variations
Color information
#7C269B (or 0x7C269B) is known color: Vivid Violet. HEX triplet: 7C, 26 and 9B. RGB value is (124,38,155). Sum of RGB (Red+Green+Blue) = 124+38+155=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C269B is #83D964. Grayscale: #4C4C4C. Windows color (decimal): -8640869 or 10167932. OLE color: 10167932.
HSL color Cylindrical-coordinate representation of color #7C269B: hue angle of 284.1º 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 #7C269B is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 38 | 155 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.39 |
| HSL | 284.1º | 0.61% | 0.38% | - |
| HSV(B) | 284.1º | 0.75% | 0.61% | - |
| XYZ | 14.92 | 8.04 | 31.78 | - |
| YUV | 77.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 155 | 0.2 | 0.75 | 0 | 0.39 | 284.1 | 0.61 | 0.38 |
| Hex | 7C | 26 | 9B | 14 | 4B | 0 | 27 | 11C | 3D | 26 |
| Octal | 174 | 46 | 233 | 24 | 113 | 0 | 47 | 434 | 75 | 46 |
| Binary | 1111100 | 100110 | 10011011 | 10100 | 1001011 | 0 | 100111 | 100011100 | 111101 | 100110 |
Color Harmonies of #7C269B
Complementary color
Monochromatic Colors of #7C269B
Black with #7C269B
Text Example
Text Example
White with #7C269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C269B; }
p { color: rgb(124,38,155); }
H1.HeaderClassName
{
color: #7C269B;
}
.AnyTagClassName
{
color: #7C269B;
}
</style>
background-color css
<style>
a { background-color: #7C269B; }
a { background-color: rgb(124,38,155); }
div.DivClassName
{
background-color: #7C269B;
}
.BgClassName
{
background-color: #7C269B;
}
</style>
border-color css
<style>
span { border-color: #7C269B; }
span { border-color: rgb(124,38,155); }
td.TdClassName
{
border-color: #7C269B;
}
.TagClassName
{
border-color: #7C269B;
}
</style>