Shades of Dark Violet #7C15CA
Tints of Dark Violet #7C15CA
RGB
CMYK
RGB Variations
Color information
#7C15CA (or 0x7C15CA) is known color: Dark Violet. HEX triplet: 7C, 15 and CA. RGB value is (124,21,202). Sum of RGB (Red+Green+Blue) = 124+21+202=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15CA is #83EA35. Grayscale: #474747. Windows color (decimal): -8645174 or 13243772. OLE color: 13243772.
HSL color Cylindrical-coordinate representation of color #7C15CA: hue angle of 274.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C15CA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 21 | 202 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.21 |
| HSL | 274.14º | 0.81% | 0.44% | - |
| HSV(B) | 274.14º | 0.9% | 0.79% | - |
| XYZ | 19.24 | 9.09 | 56.62 | - |
| YUV | 72.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 202 | 0.39 | 0.90 | 0 | 0.21 | 274.14 | 0.81 | 0.44 |
| Hex | 7C | 15 | CA | 27 | 5A | 0 | 15 | 112 | 51 | 2C |
| Octal | 174 | 25 | 312 | 47 | 132 | 0 | 25 | 422 | 121 | 54 |
| Binary | 1111100 | 10101 | 11001010 | 100111 | 1011010 | 0 | 10101 | 100010010 | 1010001 | 101100 |
Color Harmonies of #7C15CA
Complementary color
Monochromatic Colors of #7C15CA
Black with #7C15CA
Text Example
Text Example
White with #7C15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15CA; }
p { color: rgb(124,21,202); }
H1.HeaderClassName
{
color: #7C15CA;
}
.AnyTagClassName
{
color: #7C15CA;
}
</style>
background-color css
<style>
a { background-color: #7C15CA; }
a { background-color: rgb(124,21,202); }
div.DivClassName
{
background-color: #7C15CA;
}
.BgClassName
{
background-color: #7C15CA;
}
</style>
border-color css
<style>
span { border-color: #7C15CA; }
span { border-color: rgb(124,21,202); }
td.TdClassName
{
border-color: #7C15CA;
}
.TagClassName
{
border-color: #7C15CA;
}
</style>