Shades of Blue Violet #7820CF
Tints of Blue Violet #7820CF
RGB
CMYK
RGB Variations
Color information
#7820CF (or 0x7820CF) is known color: Blue Violet. HEX triplet: 78, 20 and CF. RGB value is (120,32,207). Sum of RGB (Red+Green+Blue) = 120+32+207=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #7820CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820CF is #87DF30. Grayscale: #4D4D4D. Windows color (decimal): -8904497 or 13574264. OLE color: 13574264.
HSL color Cylindrical-coordinate representation of color #7820CF: hue angle of 270.17º 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 #7820CF is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 32 | 207 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.19 |
| HSL | 270.17º | 0.73% | 0.47% | - |
| HSV(B) | 270.17º | 0.85% | 0.81% | - |
| XYZ | 19.52 | 9.53 | 59.84 | - |
| YUV | 78.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 207 | 0.42 | 0.85 | 0 | 0.19 | 270.17 | 0.73 | 0.47 |
| Hex | 78 | 20 | CF | 2A | 55 | 0 | 13 | 10E | 49 | 2F |
| Octal | 170 | 40 | 317 | 52 | 125 | 0 | 23 | 416 | 111 | 57 |
| Binary | 1111000 | 100000 | 11001111 | 101010 | 1010101 | 0 | 10011 | 100001110 | 1001001 | 101111 |
Color Harmonies of #7820CF
Complementary color
Monochromatic Colors of #7820CF
Black with #7820CF
Text Example
Text Example
White with #7820CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7820CF; }
p { color: rgb(120,32,207); }
H1.HeaderClassName
{
color: #7820CF;
}
.AnyTagClassName
{
color: #7820CF;
}
</style>
background-color css
<style>
a { background-color: #7820CF; }
a { background-color: rgb(120,32,207); }
div.DivClassName
{
background-color: #7820CF;
}
.BgClassName
{
background-color: #7820CF;
}
</style>
border-color css
<style>
span { border-color: #7820CF; }
span { border-color: rgb(120,32,207); }
td.TdClassName
{
border-color: #7820CF;
}
.TagClassName
{
border-color: #7820CF;
}
</style>