Shades of Blue Violet #7821CF
Tints of Blue Violet #7821CF
RGB
CMYK
RGB Variations
Color information
#7821CF (or 0x7821CF) is known color: Blue Violet. HEX triplet: 78, 21 and CF. RGB value is (120,33,207). Sum of RGB (Red+Green+Blue) = 120+33+207=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #7821CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7821CF is #87DE30. Grayscale: #4E4E4E. Windows color (decimal): -8904241 or 13574520. OLE color: 13574520.
HSL color Cylindrical-coordinate representation of color #7821CF: hue angle of 270º 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 #7821CF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 33 | 207 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.19 |
| HSL | 270º | 0.73% | 0.47% | - |
| HSV(B) | 270º | 0.84% | 0.81% | - |
| XYZ | 19.55 | 9.59 | 59.85 | - |
| YUV | 78.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 207 | 0.42 | 0.84 | 0 | 0.19 | 270 | 0.73 | 0.47 |
| Hex | 78 | 21 | CF | 2A | 54 | 0 | 13 | 10E | 48 | 2F |
| Octal | 170 | 41 | 317 | 52 | 124 | 0 | 23 | 416 | 110 | 57 |
| Binary | 1111000 | 100001 | 11001111 | 101010 | 1010100 | 0 | 10011 | 100001110 | 1001000 | 101111 |
Color Harmonies of #7821CF
Complementary color
Monochromatic Colors of #7821CF
Black with #7821CF
Text Example
Text Example
White with #7821CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7821CF; }
p { color: rgb(120,33,207); }
H1.HeaderClassName
{
color: #7821CF;
}
.AnyTagClassName
{
color: #7821CF;
}
</style>
background-color css
<style>
a { background-color: #7821CF; }
a { background-color: rgb(120,33,207); }
div.DivClassName
{
background-color: #7821CF;
}
.BgClassName
{
background-color: #7821CF;
}
</style>
border-color css
<style>
span { border-color: #7821CF; }
span { border-color: rgb(120,33,207); }
td.TdClassName
{
border-color: #7821CF;
}
.TagClassName
{
border-color: #7821CF;
}
</style>