Shades of Blue Violet #7139FD
Tints of Blue Violet #7139FD
RGB
CMYK
RGB Variations
Color information
#7139FD (or 0x7139FD) is known color: Blue Violet. HEX triplet: 71, 39 and FD. RGB value is (113,57,253). Sum of RGB (Red+Green+Blue) = 113+57+253=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #7139FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7139FD is #8EC602. Grayscale: #5F5F5F. Windows color (decimal): -9356803 or 16595313. OLE color: 16595313.
HSL color Cylindrical-coordinate representation of color #7139FD: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7139FD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 57 | 253 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.01 |
| HSL | 257.14º | 0.98% | 0.61% | - |
| HSV(B) | 257.14º | 0.77% | 0.99% | - |
| XYZ | 26 | 13.53 | 94.17 | - |
| YUV | 96.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 253 | 0.55 | 0.77 | 0 | 0.01 | 257.14 | 0.98 | 0.61 |
| Hex | 71 | 39 | FD | 37 | 4D | 0 | 1 | 101 | 62 | 3D |
| Octal | 161 | 71 | 375 | 67 | 115 | 0 | 1 | 401 | 142 | 75 |
| Binary | 1110001 | 111001 | 11111101 | 110111 | 1001101 | 0 | 1 | 100000001 | 1100010 | 111101 |
Color Harmonies of #7139FD
Complementary color
Monochromatic Colors of #7139FD
Black with #7139FD
Text Example
Text Example
White with #7139FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7139FD; }
p { color: rgb(113,57,253); }
H1.HeaderClassName
{
color: #7139FD;
}
.AnyTagClassName
{
color: #7139FD;
}
</style>
background-color css
<style>
a { background-color: #7139FD; }
a { background-color: rgb(113,57,253); }
div.DivClassName
{
background-color: #7139FD;
}
.BgClassName
{
background-color: #7139FD;
}
</style>
border-color css
<style>
span { border-color: #7139FD; }
span { border-color: rgb(113,57,253); }
td.TdClassName
{
border-color: #7139FD;
}
.TagClassName
{
border-color: #7139FD;
}
</style>