Shades of Blue Violet #7138FA
Tints of Blue Violet #7138FA
RGB
CMYK
RGB Variations
Color information
#7138FA (or 0x7138FA) is known color: Blue Violet. HEX triplet: 71, 38 and FA. RGB value is (113,56,250). Sum of RGB (Red+Green+Blue) = 113+56+250=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #7138FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138FA is #8EC705. Grayscale: #5E5E5E. Windows color (decimal): -9357062 or 16398449. OLE color: 16398449.
HSL color Cylindrical-coordinate representation of color #7138FA: hue angle of 257.63º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7138FA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 56 | 250 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.02 |
| HSL | 257.63º | 0.95% | 0.6% | - |
| HSV(B) | 257.63º | 0.78% | 0.98% | - |
| XYZ | 25.48 | 13.24 | 91.66 | - |
| YUV | 95.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 250 | 0.55 | 0.78 | 0 | 0.02 | 257.63 | 0.95 | 0.6 |
| Hex | 71 | 38 | FA | 37 | 4E | 0 | 2 | 102 | 5F | 3C |
| Octal | 161 | 70 | 372 | 67 | 116 | 0 | 2 | 402 | 137 | 74 |
| Binary | 1110001 | 111000 | 11111010 | 110111 | 1001110 | 0 | 10 | 100000010 | 1011111 | 111100 |
Color Harmonies of #7138FA
Complementary color
Monochromatic Colors of #7138FA
Black with #7138FA
Text Example
Text Example
White with #7138FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7138FA; }
p { color: rgb(113,56,250); }
H1.HeaderClassName
{
color: #7138FA;
}
.AnyTagClassName
{
color: #7138FA;
}
</style>
background-color css
<style>
a { background-color: #7138FA; }
a { background-color: rgb(113,56,250); }
div.DivClassName
{
background-color: #7138FA;
}
.BgClassName
{
background-color: #7138FA;
}
</style>
border-color css
<style>
span { border-color: #7138FA; }
span { border-color: rgb(113,56,250); }
td.TdClassName
{
border-color: #7138FA;
}
.TagClassName
{
border-color: #7138FA;
}
</style>