Shades of Blue Violet #7C34DD
Tints of Blue Violet #7C34DD
RGB
CMYK
RGB Variations
Color information
#7C34DD (or 0x7C34DD) is known color: Blue Violet. HEX triplet: 7C, 34 and DD. RGB value is (124,52,221). Sum of RGB (Red+Green+Blue) = 124+52+221=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C34DD is #83CB22. Grayscale: #5C5C5C. Windows color (decimal): -8637219 or 14496892. OLE color: 14496892.
HSL color Cylindrical-coordinate representation of color #7C34DD: hue angle of 265.56º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C34DD is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 52 | 221 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.13 |
| HSL | 265.56º | 0.71% | 0.54% | - |
| HSV(B) | 265.56º | 0.76% | 0.87% | - |
| XYZ | 22.59 | 11.96 | 69.52 | - |
| YUV | 92.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 221 | 0.44 | 0.76 | 0 | 0.13 | 265.56 | 0.71 | 0.54 |
| Hex | 7C | 34 | DD | 2C | 4C | 0 | D | 10A | 47 | 36 |
| Octal | 174 | 64 | 335 | 54 | 114 | 0 | 15 | 412 | 107 | 66 |
| Binary | 1111100 | 110100 | 11011101 | 101100 | 1001100 | 0 | 1101 | 100001010 | 1000111 | 110110 |
Color Harmonies of #7C34DD
Complementary color
Monochromatic Colors of #7C34DD
Black with #7C34DD
Text Example
Text Example
White with #7C34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C34DD; }
p { color: rgb(124,52,221); }
H1.HeaderClassName
{
color: #7C34DD;
}
.AnyTagClassName
{
color: #7C34DD;
}
</style>
background-color css
<style>
a { background-color: #7C34DD; }
a { background-color: rgb(124,52,221); }
div.DivClassName
{
background-color: #7C34DD;
}
.BgClassName
{
background-color: #7C34DD;
}
</style>
border-color css
<style>
span { border-color: #7C34DD; }
span { border-color: rgb(124,52,221); }
td.TdClassName
{
border-color: #7C34DD;
}
.TagClassName
{
border-color: #7C34DD;
}
</style>