Shades of Vivid Violet #7C2485
Tints of Vivid Violet #7C2485
RGB
CMYK
RGB Variations
Color information
#7C2485 (or 0x7C2485) is known color: Vivid Violet. HEX triplet: 7C, 24 and 85. RGB value is (124,36,133). Sum of RGB (Red+Green+Blue) = 124+36+133=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2485 is #83DB7A. Grayscale: #494949. Windows color (decimal): -8641403 or 8725628. OLE color: 8725628.
HSL color Cylindrical-coordinate representation of color #7C2485: hue angle of 294.43º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2485 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 36 | 133 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.48 |
| HSL | 294.43º | 0.57% | 0.33% | - |
| HSV(B) | 294.43º | 0.73% | 0.52% | - |
| XYZ | 13.18 | 7.24 | 22.89 | - |
| YUV | 73.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 133 | 0.07 | 0.73 | 0 | 0.48 | 294.43 | 0.57 | 0.33 |
| Hex | 7C | 24 | 85 | 7 | 49 | 0 | 30 | 126 | 39 | 21 |
| Octal | 174 | 44 | 205 | 7 | 111 | 0 | 60 | 446 | 71 | 41 |
| Binary | 1111100 | 100100 | 10000101 | 111 | 1001001 | 0 | 110000 | 100100110 | 111001 | 100001 |
Color Harmonies of #7C2485
Complementary color
Monochromatic Colors of #7C2485
Black with #7C2485
Text Example
Text Example
White with #7C2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2485; }
p { color: rgb(124,36,133); }
H1.HeaderClassName
{
color: #7C2485;
}
.AnyTagClassName
{
color: #7C2485;
}
</style>
background-color css
<style>
a { background-color: #7C2485; }
a { background-color: rgb(124,36,133); }
div.DivClassName
{
background-color: #7C2485;
}
.BgClassName
{
background-color: #7C2485;
}
</style>
border-color css
<style>
span { border-color: #7C2485; }
span { border-color: rgb(124,36,133); }
td.TdClassName
{
border-color: #7C2485;
}
.TagClassName
{
border-color: #7C2485;
}
</style>