Shades of Blue Violet #7C17CD
Tints of Blue Violet #7C17CD
RGB
CMYK
RGB Variations
Color information
#7C17CD (or 0x7C17CD) is known color: Blue Violet. HEX triplet: 7C, 17 and CD. RGB value is (124,23,205). Sum of RGB (Red+Green+Blue) = 124+23+205=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C17CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C17CD is #83E832. Grayscale: #494949. Windows color (decimal): -8644659 or 13440892. OLE color: 13440892.
HSL color Cylindrical-coordinate representation of color #7C17CD: hue angle of 273.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C17CD is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 23 | 205 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.20 |
| HSL | 273.3º | 0.8% | 0.45% | - |
| HSV(B) | 273.3º | 0.89% | 0.8% | - |
| XYZ | 19.64 | 9.31 | 58.52 | - |
| YUV | 73.95 | 201.96 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 205 | 0.40 | 0.89 | 0 | 0.20 | 273.3 | 0.8 | 0.45 |
| Hex | 7C | 17 | CD | 28 | 59 | 0 | 14 | 111 | 50 | 2D |
| Octal | 174 | 27 | 315 | 50 | 131 | 0 | 24 | 421 | 120 | 55 |
| Binary | 1111100 | 10111 | 11001101 | 101000 | 1011001 | 0 | 10100 | 100010001 | 1010000 | 101101 |
Color Harmonies of #7C17CD
Complementary color
Monochromatic Colors of #7C17CD
Black with #7C17CD
Text Example
Text Example
White with #7C17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C17CD; }
p { color: rgb(124,23,205); }
H1.HeaderClassName
{
color: #7C17CD;
}
.AnyTagClassName
{
color: #7C17CD;
}
</style>
background-color css
<style>
a { background-color: #7C17CD; }
a { background-color: rgb(124,23,205); }
div.DivClassName
{
background-color: #7C17CD;
}
.BgClassName
{
background-color: #7C17CD;
}
</style>
border-color css
<style>
span { border-color: #7C17CD; }
span { border-color: rgb(124,23,205); }
td.TdClassName
{
border-color: #7C17CD;
}
.TagClassName
{
border-color: #7C17CD;
}
</style>