Shades of Blue Violet #7513DC
Tints of Blue Violet #7513DC
RGB
CMYK
RGB Variations
Color information
#7513DC (or 0x7513DC) is known color: Blue Violet. HEX triplet: 75, 13 and DC. RGB value is (117,19,220). Sum of RGB (Red+Green+Blue) = 117+19+220=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #7513DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513DC is #8AEC23. Grayscale: #464646. Windows color (decimal): -9104420 or 14422901. OLE color: 14422901.
HSL color Cylindrical-coordinate representation of color #7513DC: hue angle of 269.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7513DC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 19 | 220 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.14 |
| HSL | 269.25º | 0.84% | 0.47% | - |
| HSV(B) | 269.25º | 0.91% | 0.86% | - |
| XYZ | 20.49 | 9.41 | 68.45 | - |
| YUV | 71.22 | 211.97 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 220 | 0.47 | 0.91 | 0 | 0.14 | 269.25 | 0.84 | 0.47 |
| Hex | 75 | 13 | DC | 2F | 5B | 0 | E | 10D | 54 | 2F |
| Octal | 165 | 23 | 334 | 57 | 133 | 0 | 16 | 415 | 124 | 57 |
| Binary | 1110101 | 10011 | 11011100 | 101111 | 1011011 | 0 | 1110 | 100001101 | 1010100 | 101111 |
Color Harmonies of #7513DC
Complementary color
Monochromatic Colors of #7513DC
Black with #7513DC
Text Example
Text Example
White with #7513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513DC; }
p { color: rgb(117,19,220); }
H1.HeaderClassName
{
color: #7513DC;
}
.AnyTagClassName
{
color: #7513DC;
}
</style>
background-color css
<style>
a { background-color: #7513DC; }
a { background-color: rgb(117,19,220); }
div.DivClassName
{
background-color: #7513DC;
}
.BgClassName
{
background-color: #7513DC;
}
</style>
border-color css
<style>
span { border-color: #7513DC; }
span { border-color: rgb(117,19,220); }
td.TdClassName
{
border-color: #7513DC;
}
.TagClassName
{
border-color: #7513DC;
}
</style>