Shades of Dark Violet #7C09B4
Tints of Dark Violet #7C09B4
RGB
CMYK
RGB Variations
Color information
#7C09B4 (or 0x7C09B4) is known color: Dark Violet. HEX triplet: 7C, 09 and B4. RGB value is (124,9,180). Sum of RGB (Red+Green+Blue) = 124+9+180=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C09B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09B4 is #83F64B. Grayscale: #3E3E3E. Windows color (decimal): -8648268 or 11798908. OLE color: 11798908.
HSL color Cylindrical-coordinate representation of color #7C09B4: hue angle of 280.35º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C09B4 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 9 | 180 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.29 |
| HSL | 280.35º | 0.9% | 0.37% | - |
| HSV(B) | 280.35º | 0.95% | 0.71% | - |
| XYZ | 16.65 | 7.78 | 43.8 | - |
| YUV | 62.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 180 | 0.31 | 0.95 | 0 | 0.29 | 280.35 | 0.9 | 0.37 |
| Hex | 7C | 9 | B4 | 1F | 5F | 0 | 1D | 118 | 5A | 25 |
| Octal | 174 | 11 | 264 | 37 | 137 | 0 | 35 | 430 | 132 | 45 |
| Binary | 1111100 | 1001 | 10110100 | 11111 | 1011111 | 0 | 11101 | 100011000 | 1011010 | 100101 |
Color Harmonies of #7C09B4
Complementary color
Monochromatic Colors of #7C09B4
Black with #7C09B4
Text Example
Text Example
White with #7C09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C09B4; }
p { color: rgb(124,9,180); }
H1.HeaderClassName
{
color: #7C09B4;
}
.AnyTagClassName
{
color: #7C09B4;
}
</style>
background-color css
<style>
a { background-color: #7C09B4; }
a { background-color: rgb(124,9,180); }
div.DivClassName
{
background-color: #7C09B4;
}
.BgClassName
{
background-color: #7C09B4;
}
</style>
border-color css
<style>
span { border-color: #7C09B4; }
span { border-color: rgb(124,9,180); }
td.TdClassName
{
border-color: #7C09B4;
}
.TagClassName
{
border-color: #7C09B4;
}
</style>