Shades of Vivid Violet #713287
Tints of Vivid Violet #713287
RGB
CMYK
RGB Variations
Color information
#713287 (or 0x713287) is known color: Vivid Violet. HEX triplet: 71, 32 and 87. RGB value is (113,50,135). Sum of RGB (Red+Green+Blue) = 113+50+135=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #713287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713287 is #8ECD78. Grayscale: #4E4E4E. Windows color (decimal): -9358713 or 8860273. OLE color: 8860273.
HSL color Cylindrical-coordinate representation of color #713287: hue angle of 284.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713287 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 50 | 135 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.47 |
| HSL | 284.47º | 0.46% | 0.36% | - |
| HSV(B) | 284.47º | 0.63% | 0.53% | - |
| XYZ | 12.32 | 7.54 | 23.73 | - |
| YUV | 78.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 135 | 0.16 | 0.63 | 0 | 0.47 | 284.47 | 0.46 | 0.36 |
| Hex | 71 | 32 | 87 | 10 | 3F | 0 | 2F | 11C | 2E | 24 |
| Octal | 161 | 62 | 207 | 20 | 77 | 0 | 57 | 434 | 56 | 44 |
| Binary | 1110001 | 110010 | 10000111 | 10000 | 111111 | 0 | 101111 | 100011100 | 101110 | 100100 |
Color Harmonies of #713287
Complementary color
Monochromatic Colors of #713287
Black with #713287
Text Example
Text Example
White with #713287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713287; }
p { color: rgb(113,50,135); }
H1.HeaderClassName
{
color: #713287;
}
.AnyTagClassName
{
color: #713287;
}
</style>
background-color css
<style>
a { background-color: #713287; }
a { background-color: rgb(113,50,135); }
div.DivClassName
{
background-color: #713287;
}
.BgClassName
{
background-color: #713287;
}
</style>
border-color css
<style>
span { border-color: #713287; }
span { border-color: rgb(113,50,135); }
td.TdClassName
{
border-color: #713287;
}
.TagClassName
{
border-color: #713287;
}
</style>