Shades of Dark Violet #7C08AF
Tints of Dark Violet #7C08AF
RGB
CMYK
RGB Variations
Color information
#7C08AF (or 0x7C08AF) is known color: Dark Violet. HEX triplet: 7C, 08 and AF. RGB value is (124,8,175). Sum of RGB (Red+Green+Blue) = 124+8+175=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C08AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C08AF is #83F750. Grayscale: #3D3D3D. Windows color (decimal): -8648529 or 11470972. OLE color: 11470972.
HSL color Cylindrical-coordinate representation of color #7C08AF: hue angle of 281.68º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C08AF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 8 | 175 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.31 |
| HSL | 281.68º | 0.91% | 0.36% | - |
| HSV(B) | 281.68º | 0.95% | 0.69% | - |
| XYZ | 16.14 | 7.55 | 41.16 | - |
| YUV | 61.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 175 | 0.29 | 0.95 | 0 | 0.31 | 281.68 | 0.91 | 0.36 |
| Hex | 7C | 8 | AF | 1D | 5F | 0 | 1F | 11A | 5B | 24 |
| Octal | 174 | 10 | 257 | 35 | 137 | 0 | 37 | 432 | 133 | 44 |
| Binary | 1111100 | 1000 | 10101111 | 11101 | 1011111 | 0 | 11111 | 100011010 | 1011011 | 100100 |
Color Harmonies of #7C08AF
Complementary color
Monochromatic Colors of #7C08AF
Black with #7C08AF
Text Example
Text Example
White with #7C08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08AF; }
p { color: rgb(124,8,175); }
H1.HeaderClassName
{
color: #7C08AF;
}
.AnyTagClassName
{
color: #7C08AF;
}
</style>
background-color css
<style>
a { background-color: #7C08AF; }
a { background-color: rgb(124,8,175); }
div.DivClassName
{
background-color: #7C08AF;
}
.BgClassName
{
background-color: #7C08AF;
}
</style>
border-color css
<style>
span { border-color: #7C08AF; }
span { border-color: rgb(124,8,175); }
td.TdClassName
{
border-color: #7C08AF;
}
.TagClassName
{
border-color: #7C08AF;
}
</style>