Shades of Blue Violet #7837DF
Tints of Blue Violet #7837DF
RGB
CMYK
RGB Variations
Color information
#7837DF (or 0x7837DF) is known color: Blue Violet. HEX triplet: 78, 37 and DF. RGB value is (120,55,223). Sum of RGB (Red+Green+Blue) = 120+55+223=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #7837DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7837DF is #87C820. Grayscale: #5C5C5C. Windows color (decimal): -8898593 or 14628728. OLE color: 14628728.
HSL color Cylindrical-coordinate representation of color #7837DF: hue angle of 263.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7837DF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 55 | 223 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.13 |
| HSL | 263.21º | 0.72% | 0.55% | - |
| HSV(B) | 263.21º | 0.75% | 0.87% | - |
| XYZ | 22.43 | 12.05 | 70.96 | - |
| YUV | 93.59 | 201.03 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 223 | 0.46 | 0.75 | 0 | 0.13 | 263.21 | 0.72 | 0.55 |
| Hex | 78 | 37 | DF | 2E | 4B | 0 | D | 107 | 48 | 37 |
| Octal | 170 | 67 | 337 | 56 | 113 | 0 | 15 | 407 | 110 | 67 |
| Binary | 1111000 | 110111 | 11011111 | 101110 | 1001011 | 0 | 1101 | 100000111 | 1001000 | 110111 |
Color Harmonies of #7837DF
Complementary color
Monochromatic Colors of #7837DF
Black with #7837DF
Text Example
Text Example
White with #7837DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7837DF; }
p { color: rgb(120,55,223); }
H1.HeaderClassName
{
color: #7837DF;
}
.AnyTagClassName
{
color: #7837DF;
}
</style>
background-color css
<style>
a { background-color: #7837DF; }
a { background-color: rgb(120,55,223); }
div.DivClassName
{
background-color: #7837DF;
}
.BgClassName
{
background-color: #7837DF;
}
</style>
border-color css
<style>
span { border-color: #7837DF; }
span { border-color: rgb(120,55,223); }
td.TdClassName
{
border-color: #7837DF;
}
.TagClassName
{
border-color: #7837DF;
}
</style>