Shades of Vivid Violet #7C2394
Tints of Vivid Violet #7C2394
RGB
CMYK
RGB Variations
Color information
#7C2394 (or 0x7C2394) is known color: Vivid Violet. HEX triplet: 7C, 23 and 94. RGB value is (124,35,148). Sum of RGB (Red+Green+Blue) = 124+35+148=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C2394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2394 is #83DC6B. Grayscale: #4A4A4A. Windows color (decimal): -8641644 or 9708412. OLE color: 9708412.
HSL color Cylindrical-coordinate representation of color #7C2394: hue angle of 287.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2394 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 35 | 148 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.42 |
| HSL | 287.26º | 0.62% | 0.36% | - |
| HSV(B) | 287.26º | 0.76% | 0.58% | - |
| XYZ | 14.26 | 7.63 | 28.74 | - |
| YUV | 74.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 148 | 0.16 | 0.76 | 0 | 0.42 | 287.26 | 0.62 | 0.36 |
| Hex | 7C | 23 | 94 | 10 | 4C | 0 | 2A | 11F | 3E | 24 |
| Octal | 174 | 43 | 224 | 20 | 114 | 0 | 52 | 437 | 76 | 44 |
| Binary | 1111100 | 100011 | 10010100 | 10000 | 1001100 | 0 | 101010 | 100011111 | 111110 | 100100 |
Color Harmonies of #7C2394
Complementary color
Monochromatic Colors of #7C2394
Black with #7C2394
Text Example
Text Example
White with #7C2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2394; }
p { color: rgb(124,35,148); }
H1.HeaderClassName
{
color: #7C2394;
}
.AnyTagClassName
{
color: #7C2394;
}
</style>
background-color css
<style>
a { background-color: #7C2394; }
a { background-color: rgb(124,35,148); }
div.DivClassName
{
background-color: #7C2394;
}
.BgClassName
{
background-color: #7C2394;
}
</style>
border-color css
<style>
span { border-color: #7C2394; }
span { border-color: rgb(124,35,148); }
td.TdClassName
{
border-color: #7C2394;
}
.TagClassName
{
border-color: #7C2394;
}
</style>