Shades of Vivid Violet #7C2583
Tints of Vivid Violet #7C2583
RGB
CMYK
RGB Variations
Color information
#7C2583 (or 0x7C2583) is known color: Vivid Violet. HEX triplet: 7C, 25 and 83. RGB value is (124,37,131). Sum of RGB (Red+Green+Blue) = 124+37+131=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C2583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2583 is #83DA7C. Grayscale: #494949. Windows color (decimal): -8641149 or 8594812. OLE color: 8594812.
HSL color Cylindrical-coordinate representation of color #7C2583: hue angle of 295.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2583 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 37 | 131 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.49 |
| HSL | 295.53º | 0.56% | 0.33% | - |
| HSV(B) | 295.53º | 0.72% | 0.51% | - |
| XYZ | 13.07 | 7.25 | 22.18 | - |
| YUV | 73.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 131 | 0.05 | 0.72 | 0 | 0.49 | 295.53 | 0.56 | 0.33 |
| Hex | 7C | 25 | 83 | 5 | 48 | 0 | 31 | 128 | 38 | 21 |
| Octal | 174 | 45 | 203 | 5 | 110 | 0 | 61 | 450 | 70 | 41 |
| Binary | 1111100 | 100101 | 10000011 | 101 | 1001000 | 0 | 110001 | 100101000 | 111000 | 100001 |
Color Harmonies of #7C2583
Complementary color
Monochromatic Colors of #7C2583
Black with #7C2583
Text Example
Text Example
White with #7C2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2583; }
p { color: rgb(124,37,131); }
H1.HeaderClassName
{
color: #7C2583;
}
.AnyTagClassName
{
color: #7C2583;
}
</style>
background-color css
<style>
a { background-color: #7C2583; }
a { background-color: rgb(124,37,131); }
div.DivClassName
{
background-color: #7C2583;
}
.BgClassName
{
background-color: #7C2583;
}
</style>
border-color css
<style>
span { border-color: #7C2583; }
span { border-color: rgb(124,37,131); }
td.TdClassName
{
border-color: #7C2583;
}
.TagClassName
{
border-color: #7C2583;
}
</style>