Shades of Blue Violet #7130DD
Tints of Blue Violet #7130DD
RGB
CMYK
RGB Variations
Color information
#7130DD (or 0x7130DD) is known color: Blue Violet. HEX triplet: 71, 30 and DD. RGB value is (113,48,221). Sum of RGB (Red+Green+Blue) = 113+48+221=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #7130DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130DD is #8ECF22. Grayscale: #565656. Windows color (decimal): -9359139 or 14495857. OLE color: 14495857.
HSL color Cylindrical-coordinate representation of color #7130DD: hue angle of 262.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7130DD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 48 | 221 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.13 |
| HSL | 262.54º | 0.72% | 0.53% | - |
| HSV(B) | 262.54º | 0.78% | 0.87% | - |
| XYZ | 20.92 | 10.85 | 69.4 | - |
| YUV | 87.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 221 | 0.49 | 0.78 | 0 | 0.13 | 262.54 | 0.72 | 0.53 |
| Hex | 71 | 30 | DD | 31 | 4E | 0 | D | 107 | 48 | 35 |
| Octal | 161 | 60 | 335 | 61 | 116 | 0 | 15 | 407 | 110 | 65 |
| Binary | 1110001 | 110000 | 11011101 | 110001 | 1001110 | 0 | 1101 | 100000111 | 1001000 | 110101 |
Color Harmonies of #7130DD
Complementary color
Monochromatic Colors of #7130DD
Black with #7130DD
Text Example
Text Example
White with #7130DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130DD; }
p { color: rgb(113,48,221); }
H1.HeaderClassName
{
color: #7130DD;
}
.AnyTagClassName
{
color: #7130DD;
}
</style>
background-color css
<style>
a { background-color: #7130DD; }
a { background-color: rgb(113,48,221); }
div.DivClassName
{
background-color: #7130DD;
}
.BgClassName
{
background-color: #7130DD;
}
</style>
border-color css
<style>
span { border-color: #7130DD; }
span { border-color: rgb(113,48,221); }
td.TdClassName
{
border-color: #7130DD;
}
.TagClassName
{
border-color: #7130DD;
}
</style>