Shades of Vivid Violet #713388
Tints of Vivid Violet #713388
RGB
CMYK
RGB Variations
Color information
#713388 (or 0x713388) is known color: Vivid Violet. HEX triplet: 71, 33 and 88. RGB value is (113,51,136). Sum of RGB (Red+Green+Blue) = 113+51+136=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #713388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713388 is #8ECC77. Grayscale: #4E4E4E. Windows color (decimal): -9358456 or 8926065. OLE color: 8926065.
HSL color Cylindrical-coordinate representation of color #713388: hue angle of 283.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713388 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 51 | 136 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.47 |
| HSL | 283.76º | 0.45% | 0.37% | - |
| HSV(B) | 283.76º | 0.63% | 0.53% | - |
| XYZ | 12.44 | 7.66 | 24.11 | - |
| YUV | 79.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 136 | 0.17 | 0.62 | 0 | 0.47 | 283.76 | 0.45 | 0.37 |
| Hex | 71 | 33 | 88 | 11 | 3E | 0 | 2F | 11C | 2D | 25 |
| Octal | 161 | 63 | 210 | 21 | 76 | 0 | 57 | 434 | 55 | 45 |
| Binary | 1110001 | 110011 | 10001000 | 10001 | 111110 | 0 | 101111 | 100011100 | 101101 | 100101 |
Color Harmonies of #713388
Complementary color
Monochromatic Colors of #713388
Black with #713388
Text Example
Text Example
White with #713388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713388; }
p { color: rgb(113,51,136); }
H1.HeaderClassName
{
color: #713388;
}
.AnyTagClassName
{
color: #713388;
}
</style>
background-color css
<style>
a { background-color: #713388; }
a { background-color: rgb(113,51,136); }
div.DivClassName
{
background-color: #713388;
}
.BgClassName
{
background-color: #713388;
}
</style>
border-color css
<style>
span { border-color: #713388; }
span { border-color: rgb(113,51,136); }
td.TdClassName
{
border-color: #713388;
}
.TagClassName
{
border-color: #713388;
}
</style>