Shades of Blue Violet #7C30CE
Tints of Blue Violet #7C30CE
RGB
CMYK
RGB Variations
Color information
#7C30CE (or 0x7C30CE) is known color: Blue Violet. HEX triplet: 7C, 30 and CE. RGB value is (124,48,206). Sum of RGB (Red+Green+Blue) = 124+48+206=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C30CE is #83CF31. Grayscale: #585858. Windows color (decimal): -8638258 or 13512828. OLE color: 13512828.
HSL color Cylindrical-coordinate representation of color #7C30CE: hue angle of 268.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C30CE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 48 | 206 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.19 |
| HSL | 268.86º | 0.62% | 0.5% | - |
| HSV(B) | 268.86º | 0.77% | 0.81% | - |
| XYZ | 20.51 | 10.86 | 59.41 | - |
| YUV | 88.74 | 194.18 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 206 | 0.40 | 0.77 | 0 | 0.19 | 268.86 | 0.62 | 0.5 |
| Hex | 7C | 30 | CE | 28 | 4D | 0 | 13 | 10D | 3E | 32 |
| Octal | 174 | 60 | 316 | 50 | 115 | 0 | 23 | 415 | 76 | 62 |
| Binary | 1111100 | 110000 | 11001110 | 101000 | 1001101 | 0 | 10011 | 100001101 | 111110 | 110010 |
Color Harmonies of #7C30CE
Complementary color
Monochromatic Colors of #7C30CE
Black with #7C30CE
Text Example
Text Example
White with #7C30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C30CE; }
p { color: rgb(124,48,206); }
H1.HeaderClassName
{
color: #7C30CE;
}
.AnyTagClassName
{
color: #7C30CE;
}
</style>
background-color css
<style>
a { background-color: #7C30CE; }
a { background-color: rgb(124,48,206); }
div.DivClassName
{
background-color: #7C30CE;
}
.BgClassName
{
background-color: #7C30CE;
}
</style>
border-color css
<style>
span { border-color: #7C30CE; }
span { border-color: rgb(124,48,206); }
td.TdClassName
{
border-color: #7C30CE;
}
.TagClassName
{
border-color: #7C30CE;
}
</style>