Shades of Blue Violet #7C17CB
Tints of Blue Violet #7C17CB
RGB
CMYK
RGB Variations
Color information
#7C17CB (or 0x7C17CB) is known color: Blue Violet. HEX triplet: 7C, 17 and CB. RGB value is (124,23,203). Sum of RGB (Red+Green+Blue) = 124+23+203=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C17CB is #83E834. Grayscale: #494949. Windows color (decimal): -8644661 or 13309820. OLE color: 13309820.
HSL color Cylindrical-coordinate representation of color #7C17CB: hue angle of 273.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C17CB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 23 | 203 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.20 |
| HSL | 273.67º | 0.8% | 0.44% | - |
| HSV(B) | 273.67º | 0.89% | 0.8% | - |
| XYZ | 19.4 | 9.21 | 57.26 | - |
| YUV | 73.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 203 | 0.39 | 0.89 | 0 | 0.20 | 273.67 | 0.8 | 0.44 |
| Hex | 7C | 17 | CB | 27 | 59 | 0 | 14 | 112 | 50 | 2C |
| Octal | 174 | 27 | 313 | 47 | 131 | 0 | 24 | 422 | 120 | 54 |
| Binary | 1111100 | 10111 | 11001011 | 100111 | 1011001 | 0 | 10100 | 100010010 | 1010000 | 101100 |
Color Harmonies of #7C17CB
Complementary color
Monochromatic Colors of #7C17CB
Black with #7C17CB
Text Example
Text Example
White with #7C17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C17CB; }
p { color: rgb(124,23,203); }
H1.HeaderClassName
{
color: #7C17CB;
}
.AnyTagClassName
{
color: #7C17CB;
}
</style>
background-color css
<style>
a { background-color: #7C17CB; }
a { background-color: rgb(124,23,203); }
div.DivClassName
{
background-color: #7C17CB;
}
.BgClassName
{
background-color: #7C17CB;
}
</style>
border-color css
<style>
span { border-color: #7C17CB; }
span { border-color: rgb(124,23,203); }
td.TdClassName
{
border-color: #7C17CB;
}
.TagClassName
{
border-color: #7C17CB;
}
</style>