Shades of Blue Violet #7136F7
Tints of Blue Violet #7136F7
RGB
CMYK
RGB Variations
Color information
#7136F7 (or 0x7136F7) is known color: Blue Violet. HEX triplet: 71, 36 and F7. RGB value is (113,54,247). Sum of RGB (Red+Green+Blue) = 113+54+247=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #7136F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7136F7 is #8EC908. Grayscale: #5C5C5C. Windows color (decimal): -9357577 or 16201329. OLE color: 16201329.
HSL color Cylindrical-coordinate representation of color #7136F7: hue angle of 258.34º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7136F7 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 54 | 247 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.03 |
| HSL | 258.34º | 0.92% | 0.59% | - |
| HSV(B) | 258.34º | 0.78% | 0.97% | - |
| XYZ | 24.92 | 12.86 | 89.17 | - |
| YUV | 93.64 | 214.55 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 247 | 0.54 | 0.78 | 0 | 0.03 | 258.34 | 0.92 | 0.59 |
| Hex | 71 | 36 | F7 | 36 | 4E | 0 | 3 | 102 | 5C | 3B |
| Octal | 161 | 66 | 367 | 66 | 116 | 0 | 3 | 402 | 134 | 73 |
| Binary | 1110001 | 110110 | 11110111 | 110110 | 1001110 | 0 | 11 | 100000010 | 1011100 | 111011 |
Color Harmonies of #7136F7
Complementary color
Monochromatic Colors of #7136F7
Black with #7136F7
Text Example
Text Example
White with #7136F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136F7; }
p { color: rgb(113,54,247); }
H1.HeaderClassName
{
color: #7136F7;
}
.AnyTagClassName
{
color: #7136F7;
}
</style>
background-color css
<style>
a { background-color: #7136F7; }
a { background-color: rgb(113,54,247); }
div.DivClassName
{
background-color: #7136F7;
}
.BgClassName
{
background-color: #7136F7;
}
</style>
border-color css
<style>
span { border-color: #7136F7; }
span { border-color: rgb(113,54,247); }
td.TdClassName
{
border-color: #7136F7;
}
.TagClassName
{
border-color: #7136F7;
}
</style>