Shades of Blue Violet #7813DF
Tints of Blue Violet #7813DF
RGB
CMYK
RGB Variations
Color information
#7813DF (or 0x7813DF) is known color: Blue Violet. HEX triplet: 78, 13 and DF. RGB value is (120,19,223). Sum of RGB (Red+Green+Blue) = 120+19+223=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #7813DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813DF is #87EC20. Grayscale: #474747. Windows color (decimal): -8907809 or 14619512. OLE color: 14619512.
HSL color Cylindrical-coordinate representation of color #7813DF: hue angle of 269.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7813DF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 19 | 223 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.13 |
| HSL | 269.71º | 0.84% | 0.47% | - |
| HSV(B) | 269.71º | 0.91% | 0.87% | - |
| XYZ | 21.3 | 9.79 | 70.58 | - |
| YUV | 72.46 | 212.96 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 223 | 0.46 | 0.91 | 0 | 0.13 | 269.71 | 0.84 | 0.47 |
| Hex | 78 | 13 | DF | 2E | 5B | 0 | D | 10E | 54 | 2F |
| Octal | 170 | 23 | 337 | 56 | 133 | 0 | 15 | 416 | 124 | 57 |
| Binary | 1111000 | 10011 | 11011111 | 101110 | 1011011 | 0 | 1101 | 100001110 | 1010100 | 101111 |
Color Harmonies of #7813DF
Complementary color
Monochromatic Colors of #7813DF
Black with #7813DF
Text Example
Text Example
White with #7813DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7813DF; }
p { color: rgb(120,19,223); }
H1.HeaderClassName
{
color: #7813DF;
}
.AnyTagClassName
{
color: #7813DF;
}
</style>
background-color css
<style>
a { background-color: #7813DF; }
a { background-color: rgb(120,19,223); }
div.DivClassName
{
background-color: #7813DF;
}
.BgClassName
{
background-color: #7813DF;
}
</style>
border-color css
<style>
span { border-color: #7813DF; }
span { border-color: rgb(120,19,223); }
td.TdClassName
{
border-color: #7813DF;
}
.TagClassName
{
border-color: #7813DF;
}
</style>