Shades of Vivid Violet #7C369B
Tints of Vivid Violet #7C369B
RGB
CMYK
RGB Variations
Color information
#7C369B (or 0x7C369B) is known color: Vivid Violet. HEX triplet: 7C, 36 and 9B. RGB value is (124,54,155). Sum of RGB (Red+Green+Blue) = 124+54+155=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C369B is #83C964. Grayscale: #565656. Windows color (decimal): -8636773 or 10172028. OLE color: 10172028.
HSL color Cylindrical-coordinate representation of color #7C369B: hue angle of 281.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C369B is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 54 | 155 | - |
| CMYK | 0.2 | 0.65 | 0 | 0.39 |
| HSL | 281.58º | 0.48% | 0.41% | - |
| HSV(B) | 281.58º | 0.65% | 0.61% | - |
| XYZ | 15.55 | 9.29 | 31.98 | - |
| YUV | 86.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 155 | 0.2 | 0.65 | 0 | 0.39 | 281.58 | 0.48 | 0.41 |
| Hex | 7C | 36 | 9B | 14 | 41 | 0 | 27 | 11A | 30 | 29 |
| Octal | 174 | 66 | 233 | 24 | 101 | 0 | 47 | 432 | 60 | 51 |
| Binary | 1111100 | 110110 | 10011011 | 10100 | 1000001 | 0 | 100111 | 100011010 | 110000 | 101001 |
Color Harmonies of #7C369B
Complementary color
Monochromatic Colors of #7C369B
Black with #7C369B
Text Example
Text Example
White with #7C369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C369B; }
p { color: rgb(124,54,155); }
H1.HeaderClassName
{
color: #7C369B;
}
.AnyTagClassName
{
color: #7C369B;
}
</style>
background-color css
<style>
a { background-color: #7C369B; }
a { background-color: rgb(124,54,155); }
div.DivClassName
{
background-color: #7C369B;
}
.BgClassName
{
background-color: #7C369B;
}
</style>
border-color css
<style>
span { border-color: #7C369B; }
span { border-color: rgb(124,54,155); }
td.TdClassName
{
border-color: #7C369B;
}
.TagClassName
{
border-color: #7C369B;
}
</style>