Shades of Dark Violet #7C00CD
Tints of Dark Violet #7C00CD
RGB
CMYK
RGB Variations
Color information
#7C00CD (or 0x7C00CD) is known color: Dark Violet. HEX triplet: 7C, 00 and CD. RGB value is (124,0,205). Sum of RGB (Red+Green+Blue) = 124+0+205=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00CD is #83FF32. Grayscale: #3B3B3B. Windows color (decimal): -8650547 or 13435004. OLE color: 13435004.
HSL color Cylindrical-coordinate representation of color #7C00CD: hue angle of 276.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00CD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 0 | 205 | - |
| CMYK | 0.40 | 1 | 0 | 0.20 |
| HSL | 276.29º | 1% | 0.4% | - |
| HSV(B) | 276.29º | 1% | 0.8% | - |
| XYZ | 19.33 | 8.69 | 58.42 | - |
| YUV | 60.45 | 209.58 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 205 | 0.40 | 1 | 0 | 0.20 | 276.29 | 1 | 0.4 |
| Hex | 7C | 0 | CD | 28 | 64 | 0 | 14 | 114 | 64 | 28 |
| Octal | 174 | 0 | 315 | 50 | 144 | 0 | 24 | 424 | 144 | 50 |
| Binary | 1111100 | 0 | 11001101 | 101000 | 1100100 | 0 | 10100 | 100010100 | 1100100 | 101000 |
Color Harmonies of #7C00CD
Complementary color
Monochromatic Colors of #7C00CD
Black with #7C00CD
Text Example
Text Example
White with #7C00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00CD; }
p { color: rgb(124,0,205); }
H1.HeaderClassName
{
color: #7C00CD;
}
.AnyTagClassName
{
color: #7C00CD;
}
</style>
background-color css
<style>
a { background-color: #7C00CD; }
a { background-color: rgb(124,0,205); }
div.DivClassName
{
background-color: #7C00CD;
}
.BgClassName
{
background-color: #7C00CD;
}
</style>
border-color css
<style>
span { border-color: #7C00CD; }
span { border-color: rgb(124,0,205); }
td.TdClassName
{
border-color: #7C00CD;
}
.TagClassName
{
border-color: #7C00CD;
}
</style>