Shades of Blue Violet #7B2CCD
Tints of Blue Violet #7B2CCD
RGB
CMYK
RGB Variations
Color information
#7B2CCD (or 0x7B2CCD) is known color: Blue Violet. HEX triplet: 7B, 2C and CD. RGB value is (123,44,205). Sum of RGB (Red+Green+Blue) = 123+44+205=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B2CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2CCD is #84D332. Grayscale: #555555. Windows color (decimal): -8704819 or 13446267. OLE color: 13446267.
HSL color Cylindrical-coordinate representation of color #7B2CCD: hue angle of 269.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2CCD is Cyan = 0.4, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 44 | 205 | - |
| CMYK | 0.4 | 0.79 | 0 | 0.20 |
| HSL | 269.44º | 0.65% | 0.49% | - |
| HSV(B) | 269.44º | 0.79% | 0.8% | - |
| XYZ | 20.09 | 10.42 | 58.71 | - |
| YUV | 85.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 205 | 0.4 | 0.79 | 0 | 0.20 | 269.44 | 0.65 | 0.49 |
| Hex | 7B | 2C | CD | 28 | 4F | 0 | 14 | 10D | 41 | 31 |
| Octal | 173 | 54 | 315 | 50 | 117 | 0 | 24 | 415 | 101 | 61 |
| Binary | 1111011 | 101100 | 11001101 | 101000 | 1001111 | 0 | 10100 | 100001101 | 1000001 | 110001 |
Color Harmonies of #7B2CCD
Complementary color
Monochromatic Colors of #7B2CCD
Black with #7B2CCD
Text Example
Text Example
White with #7B2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2CCD; }
p { color: rgb(123,44,205); }
H1.HeaderClassName
{
color: #7B2CCD;
}
.AnyTagClassName
{
color: #7B2CCD;
}
</style>
background-color css
<style>
a { background-color: #7B2CCD; }
a { background-color: rgb(123,44,205); }
div.DivClassName
{
background-color: #7B2CCD;
}
.BgClassName
{
background-color: #7B2CCD;
}
</style>
border-color css
<style>
span { border-color: #7B2CCD; }
span { border-color: rgb(123,44,205); }
td.TdClassName
{
border-color: #7B2CCD;
}
.TagClassName
{
border-color: #7B2CCD;
}
</style>