Shades of Blue Violet #7613DB
Tints of Blue Violet #7613DB
RGB
CMYK
RGB Variations
Color information
#7613DB (or 0x7613DB) is known color: Blue Violet. HEX triplet: 76, 13 and DB. RGB value is (118,19,219). Sum of RGB (Red+Green+Blue) = 118+19+219=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #7613DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613DB is #89EC24. Grayscale: #464646. Windows color (decimal): -9038885 or 14357366. OLE color: 14357366.
HSL color Cylindrical-coordinate representation of color #7613DB: hue angle of 269.7º 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 #7613DB is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 19 | 219 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.14 |
| HSL | 269.7º | 0.84% | 0.47% | - |
| HSV(B) | 269.7º | 0.91% | 0.86% | - |
| XYZ | 20.49 | 9.43 | 67.76 | - |
| YUV | 71.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 219 | 0.46 | 0.91 | 0 | 0.14 | 269.7 | 0.84 | 0.47 |
| Hex | 76 | 13 | DB | 2E | 5B | 0 | E | 10E | 54 | 2F |
| Octal | 166 | 23 | 333 | 56 | 133 | 0 | 16 | 416 | 124 | 57 |
| Binary | 1110110 | 10011 | 11011011 | 101110 | 1011011 | 0 | 1110 | 100001110 | 1010100 | 101111 |
Color Harmonies of #7613DB
Complementary color
Monochromatic Colors of #7613DB
Black with #7613DB
Text Example
Text Example
White with #7613DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613DB; }
p { color: rgb(118,19,219); }
H1.HeaderClassName
{
color: #7613DB;
}
.AnyTagClassName
{
color: #7613DB;
}
</style>
background-color css
<style>
a { background-color: #7613DB; }
a { background-color: rgb(118,19,219); }
div.DivClassName
{
background-color: #7613DB;
}
.BgClassName
{
background-color: #7613DB;
}
</style>
border-color css
<style>
span { border-color: #7613DB; }
span { border-color: rgb(118,19,219); }
td.TdClassName
{
border-color: #7613DB;
}
.TagClassName
{
border-color: #7613DB;
}
</style>