Shades of Vivid Violet #7B13A6
Tints of Vivid Violet #7B13A6
RGB
CMYK
RGB Variations
Color information
#7B13A6 (or 0x7B13A6) is known color: Vivid Violet. HEX triplet: 7B, 13 and A6. RGB value is (123,19,166). Sum of RGB (Red+Green+Blue) = 123+19+166=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B13A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B13A6 is #84EC59. Grayscale: #424242. Windows color (decimal): -8711258 or 10883963. OLE color: 10883963.
HSL color Cylindrical-coordinate representation of color #7B13A6: hue angle of 282.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B13A6 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 19 | 166 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.35 |
| HSL | 282.45º | 0.79% | 0.36% | - |
| HSV(B) | 282.45º | 0.89% | 0.65% | - |
| XYZ | 15.28 | 7.43 | 36.7 | - |
| YUV | 66.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 166 | 0.26 | 0.89 | 0 | 0.35 | 282.45 | 0.79 | 0.36 |
| Hex | 7B | 13 | A6 | 1A | 59 | 0 | 23 | 11A | 4F | 24 |
| Octal | 173 | 23 | 246 | 32 | 131 | 0 | 43 | 432 | 117 | 44 |
| Binary | 1111011 | 10011 | 10100110 | 11010 | 1011001 | 0 | 100011 | 100011010 | 1001111 | 100100 |
Color Harmonies of #7B13A6
Complementary color
Monochromatic Colors of #7B13A6
Black with #7B13A6
Text Example
Text Example
White with #7B13A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B13A6; }
p { color: rgb(123,19,166); }
H1.HeaderClassName
{
color: #7B13A6;
}
.AnyTagClassName
{
color: #7B13A6;
}
</style>
background-color css
<style>
a { background-color: #7B13A6; }
a { background-color: rgb(123,19,166); }
div.DivClassName
{
background-color: #7B13A6;
}
.BgClassName
{
background-color: #7B13A6;
}
</style>
border-color css
<style>
span { border-color: #7B13A6; }
span { border-color: rgb(123,19,166); }
td.TdClassName
{
border-color: #7B13A6;
}
.TagClassName
{
border-color: #7B13A6;
}
</style>