Shades of Dark Violet #7C08CB
Tints of Dark Violet #7C08CB
RGB
CMYK
RGB Variations
Color information
#7C08CB (or 0x7C08CB) is known color: Dark Violet. HEX triplet: 7C, 08 and CB. RGB value is (124,8,203). Sum of RGB (Red+Green+Blue) = 124+8+203=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C08CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08CB is #83F734. Grayscale: #404040. Windows color (decimal): -8648501 or 13305980. OLE color: 13305980.
HSL color Cylindrical-coordinate representation of color #7C08CB: hue angle of 275.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08CB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 8 | 203 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.20 |
| HSL | 275.69º | 0.92% | 0.41% | - |
| HSV(B) | 275.69º | 0.96% | 0.8% | - |
| XYZ | 19.18 | 8.77 | 57.18 | - |
| YUV | 64.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 203 | 0.39 | 0.96 | 0 | 0.20 | 275.69 | 0.92 | 0.41 |
| Hex | 7C | 8 | CB | 27 | 60 | 0 | 14 | 114 | 5C | 29 |
| Octal | 174 | 10 | 313 | 47 | 140 | 0 | 24 | 424 | 134 | 51 |
| Binary | 1111100 | 1000 | 11001011 | 100111 | 1100000 | 0 | 10100 | 100010100 | 1011100 | 101001 |
Color Harmonies of #7C08CB
Complementary color
Monochromatic Colors of #7C08CB
Black with #7C08CB
Text Example
Text Example
White with #7C08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08CB; }
p { color: rgb(124,8,203); }
H1.HeaderClassName
{
color: #7C08CB;
}
.AnyTagClassName
{
color: #7C08CB;
}
</style>
background-color css
<style>
a { background-color: #7C08CB; }
a { background-color: rgb(124,8,203); }
div.DivClassName
{
background-color: #7C08CB;
}
.BgClassName
{
background-color: #7C08CB;
}
</style>
border-color css
<style>
span { border-color: #7C08CB; }
span { border-color: rgb(124,8,203); }
td.TdClassName
{
border-color: #7C08CB;
}
.TagClassName
{
border-color: #7C08CB;
}
</style>