Shades of Vivid Violet #713094
Tints of Vivid Violet #713094
RGB
CMYK
RGB Variations
Color information
#713094 (or 0x713094) is known color: Vivid Violet. HEX triplet: 71, 30 and 94. RGB value is (113,48,148). Sum of RGB (Red+Green+Blue) = 113+48+148=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #713094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713094 is #8ECF6B. Grayscale: #4E4E4E. Windows color (decimal): -9359212 or 9711729. OLE color: 9711729.
HSL color Cylindrical-coordinate representation of color #713094: hue angle of 279º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713094 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 48 | 148 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.42 |
| HSL | 279º | 0.51% | 0.38% | - |
| HSV(B) | 279º | 0.68% | 0.58% | - |
| XYZ | 13.21 | 7.76 | 28.82 | - |
| YUV | 78.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 148 | 0.24 | 0.68 | 0 | 0.42 | 279 | 0.51 | 0.38 |
| Hex | 71 | 30 | 94 | 18 | 44 | 0 | 2A | 117 | 33 | 26 |
| Octal | 161 | 60 | 224 | 30 | 104 | 0 | 52 | 427 | 63 | 46 |
| Binary | 1110001 | 110000 | 10010100 | 11000 | 1000100 | 0 | 101010 | 100010111 | 110011 | 100110 |
Color Harmonies of #713094
Complementary color
Monochromatic Colors of #713094
Black with #713094
Text Example
Text Example
White with #713094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713094; }
p { color: rgb(113,48,148); }
H1.HeaderClassName
{
color: #713094;
}
.AnyTagClassName
{
color: #713094;
}
</style>
background-color css
<style>
a { background-color: #713094; }
a { background-color: rgb(113,48,148); }
div.DivClassName
{
background-color: #713094;
}
.BgClassName
{
background-color: #713094;
}
</style>
border-color css
<style>
span { border-color: #713094; }
span { border-color: rgb(113,48,148); }
td.TdClassName
{
border-color: #713094;
}
.TagClassName
{
border-color: #713094;
}
</style>