Shades of Blue Violet #7B20CF
Tints of Blue Violet #7B20CF
RGB
CMYK
RGB Variations
Color information
#7B20CF (or 0x7B20CF) is known color: Blue Violet. HEX triplet: 7B, 20 and CF. RGB value is (123,32,207). Sum of RGB (Red+Green+Blue) = 123+32+207=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B20CF is #84DF30. Grayscale: #4E4E4E. Windows color (decimal): -8707889 or 13574267. OLE color: 13574267.
HSL color Cylindrical-coordinate representation of color #7B20CF: hue angle of 271.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B20CF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 32 | 207 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.19 |
| HSL | 271.2º | 0.73% | 0.47% | - |
| HSV(B) | 271.2º | 0.85% | 0.81% | - |
| XYZ | 19.95 | 9.75 | 59.86 | - |
| YUV | 79.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 207 | 0.41 | 0.85 | 0 | 0.19 | 271.2 | 0.73 | 0.47 |
| Hex | 7B | 20 | CF | 29 | 55 | 0 | 13 | 10F | 49 | 2F |
| Octal | 173 | 40 | 317 | 51 | 125 | 0 | 23 | 417 | 111 | 57 |
| Binary | 1111011 | 100000 | 11001111 | 101001 | 1010101 | 0 | 10011 | 100001111 | 1001001 | 101111 |
Color Harmonies of #7B20CF
Complementary color
Monochromatic Colors of #7B20CF
Black with #7B20CF
Text Example
Text Example
White with #7B20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B20CF; }
p { color: rgb(123,32,207); }
H1.HeaderClassName
{
color: #7B20CF;
}
.AnyTagClassName
{
color: #7B20CF;
}
</style>
background-color css
<style>
a { background-color: #7B20CF; }
a { background-color: rgb(123,32,207); }
div.DivClassName
{
background-color: #7B20CF;
}
.BgClassName
{
background-color: #7B20CF;
}
</style>
border-color css
<style>
span { border-color: #7B20CF; }
span { border-color: rgb(123,32,207); }
td.TdClassName
{
border-color: #7B20CF;
}
.TagClassName
{
border-color: #7B20CF;
}
</style>