Shades of Blue Violet #7C15CD
Tints of Blue Violet #7C15CD
RGB
CMYK
RGB Variations
Color information
#7C15CD (or 0x7C15CD) is known color: Blue Violet. HEX triplet: 7C, 15 and CD. RGB value is (124,21,205). Sum of RGB (Red+Green+Blue) = 124+21+205=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C15CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15CD is #83EA32. Grayscale: #484848. Windows color (decimal): -8645171 or 13440380. OLE color: 13440380.
HSL color Cylindrical-coordinate representation of color #7C15CD: hue angle of 273.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C15CD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 21 | 205 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.20 |
| HSL | 273.59º | 0.81% | 0.44% | - |
| HSV(B) | 273.59º | 0.9% | 0.8% | - |
| XYZ | 19.6 | 9.23 | 58.51 | - |
| YUV | 72.77 | 202.62 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 205 | 0.40 | 0.90 | 0 | 0.20 | 273.59 | 0.81 | 0.44 |
| Hex | 7C | 15 | CD | 28 | 5A | 0 | 14 | 112 | 51 | 2C |
| Octal | 174 | 25 | 315 | 50 | 132 | 0 | 24 | 422 | 121 | 54 |
| Binary | 1111100 | 10101 | 11001101 | 101000 | 1011010 | 0 | 10100 | 100010010 | 1010001 | 101100 |
Color Harmonies of #7C15CD
Complementary color
Monochromatic Colors of #7C15CD
Black with #7C15CD
Text Example
Text Example
White with #7C15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15CD; }
p { color: rgb(124,21,205); }
H1.HeaderClassName
{
color: #7C15CD;
}
.AnyTagClassName
{
color: #7C15CD;
}
</style>
background-color css
<style>
a { background-color: #7C15CD; }
a { background-color: rgb(124,21,205); }
div.DivClassName
{
background-color: #7C15CD;
}
.BgClassName
{
background-color: #7C15CD;
}
</style>
border-color css
<style>
span { border-color: #7C15CD; }
span { border-color: rgb(124,21,205); }
td.TdClassName
{
border-color: #7C15CD;
}
.TagClassName
{
border-color: #7C15CD;
}
</style>