Shades of Blue Violet #7B21CF
Tints of Blue Violet #7B21CF
RGB
CMYK
RGB Variations
Color information
#7B21CF (or 0x7B21CF) is known color: Blue Violet. HEX triplet: 7B, 21 and CF. RGB value is (123,33,207). Sum of RGB (Red+Green+Blue) = 123+33+207=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B21CF is #84DE30. Grayscale: #4F4F4F. Windows color (decimal): -8707633 or 13574523. OLE color: 13574523.
HSL color Cylindrical-coordinate representation of color #7B21CF: hue angle of 271.03º degrees, saturation: 0.73, 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 #7B21CF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 33 | 207 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.19 |
| HSL | 271.03º | 0.73% | 0.47% | - |
| HSV(B) | 271.03º | 0.84% | 0.81% | - |
| XYZ | 19.97 | 9.8 | 59.87 | - |
| YUV | 79.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 207 | 0.41 | 0.84 | 0 | 0.19 | 271.03 | 0.73 | 0.47 |
| Hex | 7B | 21 | CF | 29 | 54 | 0 | 13 | 10F | 48 | 2F |
| Octal | 173 | 41 | 317 | 51 | 124 | 0 | 23 | 417 | 110 | 57 |
| Binary | 1111011 | 100001 | 11001111 | 101001 | 1010100 | 0 | 10011 | 100001111 | 1001000 | 101111 |
Color Harmonies of #7B21CF
Complementary color
Monochromatic Colors of #7B21CF
Black with #7B21CF
Text Example
Text Example
White with #7B21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B21CF; }
p { color: rgb(123,33,207); }
H1.HeaderClassName
{
color: #7B21CF;
}
.AnyTagClassName
{
color: #7B21CF;
}
</style>
background-color css
<style>
a { background-color: #7B21CF; }
a { background-color: rgb(123,33,207); }
div.DivClassName
{
background-color: #7B21CF;
}
.BgClassName
{
background-color: #7B21CF;
}
</style>
border-color css
<style>
span { border-color: #7B21CF; }
span { border-color: rgb(123,33,207); }
td.TdClassName
{
border-color: #7B21CF;
}
.TagClassName
{
border-color: #7B21CF;
}
</style>