Shades of Blue Violet #7B21DD
Tints of Blue Violet #7B21DD
RGB
CMYK
RGB Variations
Color information
#7B21DD (or 0x7B21DD) is known color: Blue Violet. HEX triplet: 7B, 21 and DD. RGB value is (123,33,221). Sum of RGB (Red+Green+Blue) = 123+33+221=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B21DD is #84DE22. Grayscale: #505050. Windows color (decimal): -8707619 or 14492027. OLE color: 14492027.
HSL color Cylindrical-coordinate representation of color #7B21DD: hue angle of 268.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B21DD is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 33 | 221 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.13 |
| HSL | 268.72º | 0.74% | 0.5% | - |
| HSV(B) | 268.72º | 0.85% | 0.87% | - |
| XYZ | 21.76 | 10.52 | 69.29 | - |
| YUV | 81.34 | 206.82 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 221 | 0.44 | 0.85 | 0 | 0.13 | 268.72 | 0.74 | 0.5 |
| Hex | 7B | 21 | DD | 2C | 55 | 0 | D | 10D | 4A | 32 |
| Octal | 173 | 41 | 335 | 54 | 125 | 0 | 15 | 415 | 112 | 62 |
| Binary | 1111011 | 100001 | 11011101 | 101100 | 1010101 | 0 | 1101 | 100001101 | 1001010 | 110010 |
Color Harmonies of #7B21DD
Complementary color
Monochromatic Colors of #7B21DD
Black with #7B21DD
Text Example
Text Example
White with #7B21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B21DD; }
p { color: rgb(123,33,221); }
H1.HeaderClassName
{
color: #7B21DD;
}
.AnyTagClassName
{
color: #7B21DD;
}
</style>
background-color css
<style>
a { background-color: #7B21DD; }
a { background-color: rgb(123,33,221); }
div.DivClassName
{
background-color: #7B21DD;
}
.BgClassName
{
background-color: #7B21DD;
}
</style>
border-color css
<style>
span { border-color: #7B21DD; }
span { border-color: rgb(123,33,221); }
td.TdClassName
{
border-color: #7B21DD;
}
.TagClassName
{
border-color: #7B21DD;
}
</style>