Shades of Dark Violet #7C08CC
Tints of Dark Violet #7C08CC
RGB
CMYK
RGB Variations
Color information
#7C08CC (or 0x7C08CC) is known color: Dark Violet. HEX triplet: 7C, 08 and CC. RGB value is (124,8,204). Sum of RGB (Red+Green+Blue) = 124+8+204=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C08CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08CC is #83F733. Grayscale: #404040. Windows color (decimal): -8648500 or 13371516. OLE color: 13371516.
HSL color Cylindrical-coordinate representation of color #7C08CC: hue angle of 275.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08CC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 8 | 204 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.2 |
| HSL | 275.51º | 0.92% | 0.42% | - |
| HSV(B) | 275.51º | 0.96% | 0.8% | - |
| XYZ | 19.3 | 8.82 | 57.81 | - |
| YUV | 65.03 | 206.43 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 204 | 0.39 | 0.96 | 0 | 0.2 | 275.51 | 0.92 | 0.42 |
| Hex | 7C | 8 | CC | 27 | 60 | 0 | 14 | 114 | 5C | 2A |
| Octal | 174 | 10 | 314 | 47 | 140 | 0 | 24 | 424 | 134 | 52 |
| Binary | 1111100 | 1000 | 11001100 | 100111 | 1100000 | 0 | 10100 | 100010100 | 1011100 | 101010 |
Color Harmonies of #7C08CC
Complementary color
Monochromatic Colors of #7C08CC
Black with #7C08CC
Text Example
Text Example
White with #7C08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08CC; }
p { color: rgb(124,8,204); }
H1.HeaderClassName
{
color: #7C08CC;
}
.AnyTagClassName
{
color: #7C08CC;
}
</style>
background-color css
<style>
a { background-color: #7C08CC; }
a { background-color: rgb(124,8,204); }
div.DivClassName
{
background-color: #7C08CC;
}
.BgClassName
{
background-color: #7C08CC;
}
</style>
border-color css
<style>
span { border-color: #7C08CC; }
span { border-color: rgb(124,8,204); }
td.TdClassName
{
border-color: #7C08CC;
}
.TagClassName
{
border-color: #7C08CC;
}
</style>