Shades of Dark Violet #7C0BCB
Tints of Dark Violet #7C0BCB
RGB
CMYK
RGB Variations
Color information
#7C0BCB (or 0x7C0BCB) is known color: Dark Violet. HEX triplet: 7C, 0B and CB. RGB value is (124,11,203). Sum of RGB (Red+Green+Blue) = 124+11+203=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BCB is #83F434. Grayscale: #424242. Windows color (decimal): -8647733 or 13306748. OLE color: 13306748.
HSL color Cylindrical-coordinate representation of color #7C0BCB: hue angle of 275.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0BCB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 11 | 203 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.20 |
| HSL | 275.31º | 0.9% | 0.42% | - |
| HSV(B) | 275.31º | 0.95% | 0.8% | - |
| XYZ | 19.21 | 8.84 | 57.19 | - |
| YUV | 66.68 | 204.94 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 203 | 0.39 | 0.95 | 0 | 0.20 | 275.31 | 0.9 | 0.42 |
| Hex | 7C | B | CB | 27 | 5F | 0 | 14 | 113 | 5A | 2A |
| Octal | 174 | 13 | 313 | 47 | 137 | 0 | 24 | 423 | 132 | 52 |
| Binary | 1111100 | 1011 | 11001011 | 100111 | 1011111 | 0 | 10100 | 100010011 | 1011010 | 101010 |
Color Harmonies of #7C0BCB
Complementary color
Monochromatic Colors of #7C0BCB
Black with #7C0BCB
Text Example
Text Example
White with #7C0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BCB; }
p { color: rgb(124,11,203); }
H1.HeaderClassName
{
color: #7C0BCB;
}
.AnyTagClassName
{
color: #7C0BCB;
}
</style>
background-color css
<style>
a { background-color: #7C0BCB; }
a { background-color: rgb(124,11,203); }
div.DivClassName
{
background-color: #7C0BCB;
}
.BgClassName
{
background-color: #7C0BCB;
}
</style>
border-color css
<style>
span { border-color: #7C0BCB; }
span { border-color: rgb(124,11,203); }
td.TdClassName
{
border-color: #7C0BCB;
}
.TagClassName
{
border-color: #7C0BCB;
}
</style>