Shades of Blue Violet #7613DA
Tints of Blue Violet #7613DA
RGB
CMYK
RGB Variations
Color information
#7613DA (or 0x7613DA) is known color: Blue Violet. HEX triplet: 76, 13 and DA. RGB value is (118,19,218). Sum of RGB (Red+Green+Blue) = 118+19+218=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #7613DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613DA is #89EC25. Grayscale: #464646. Windows color (decimal): -9038886 or 14291830. OLE color: 14291830.
HSL color Cylindrical-coordinate representation of color #7613DA: hue angle of 269.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7613DA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 19 | 218 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.15 |
| HSL | 269.85º | 0.84% | 0.46% | - |
| HSV(B) | 269.85º | 0.91% | 0.85% | - |
| XYZ | 20.36 | 9.38 | 67.07 | - |
| YUV | 71.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 218 | 0.46 | 0.91 | 0 | 0.15 | 269.85 | 0.84 | 0.46 |
| Hex | 76 | 13 | DA | 2E | 5B | 0 | F | 10E | 54 | 2E |
| Octal | 166 | 23 | 332 | 56 | 133 | 0 | 17 | 416 | 124 | 56 |
| Binary | 1110110 | 10011 | 11011010 | 101110 | 1011011 | 0 | 1111 | 100001110 | 1010100 | 101110 |
Color Harmonies of #7613DA
Complementary color
Monochromatic Colors of #7613DA
Black with #7613DA
Text Example
Text Example
White with #7613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613DA; }
p { color: rgb(118,19,218); }
H1.HeaderClassName
{
color: #7613DA;
}
.AnyTagClassName
{
color: #7613DA;
}
</style>
background-color css
<style>
a { background-color: #7613DA; }
a { background-color: rgb(118,19,218); }
div.DivClassName
{
background-color: #7613DA;
}
.BgClassName
{
background-color: #7613DA;
}
</style>
border-color css
<style>
span { border-color: #7613DA; }
span { border-color: rgb(118,19,218); }
td.TdClassName
{
border-color: #7613DA;
}
.TagClassName
{
border-color: #7613DA;
}
</style>