Shades of Blue Violet #7B21CE
Tints of Blue Violet #7B21CE
RGB
CMYK
RGB Variations
Color information
#7B21CE (or 0x7B21CE) is known color: Blue Violet. HEX triplet: 7B, 21 and CE. RGB value is (123,33,206). Sum of RGB (Red+Green+Blue) = 123+33+206=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B21CE is #84DE31. Grayscale: #4F4F4F. Windows color (decimal): -8707634 or 13508987. OLE color: 13508987.
HSL color Cylindrical-coordinate representation of color #7B21CE: hue angle of 271.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B21CE is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 33 | 206 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.19 |
| HSL | 271.21º | 0.72% | 0.47% | - |
| HSV(B) | 271.21º | 0.84% | 0.81% | - |
| XYZ | 19.85 | 9.75 | 59.23 | - |
| YUV | 79.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 206 | 0.40 | 0.84 | 0 | 0.19 | 271.21 | 0.72 | 0.47 |
| Hex | 7B | 21 | CE | 28 | 54 | 0 | 13 | 10F | 48 | 2F |
| Octal | 173 | 41 | 316 | 50 | 124 | 0 | 23 | 417 | 110 | 57 |
| Binary | 1111011 | 100001 | 11001110 | 101000 | 1010100 | 0 | 10011 | 100001111 | 1001000 | 101111 |
Color Harmonies of #7B21CE
Complementary color
Monochromatic Colors of #7B21CE
Black with #7B21CE
Text Example
Text Example
White with #7B21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B21CE; }
p { color: rgb(123,33,206); }
H1.HeaderClassName
{
color: #7B21CE;
}
.AnyTagClassName
{
color: #7B21CE;
}
</style>
background-color css
<style>
a { background-color: #7B21CE; }
a { background-color: rgb(123,33,206); }
div.DivClassName
{
background-color: #7B21CE;
}
.BgClassName
{
background-color: #7B21CE;
}
</style>
border-color css
<style>
span { border-color: #7B21CE; }
span { border-color: rgb(123,33,206); }
td.TdClassName
{
border-color: #7B21CE;
}
.TagClassName
{
border-color: #7B21CE;
}
</style>