Shades of Vivid Violet #713285
Tints of Vivid Violet #713285
RGB
CMYK
RGB Variations
Color information
#713285 (or 0x713285) is known color: Vivid Violet. HEX triplet: 71, 32 and 85. RGB value is (113,50,133). Sum of RGB (Red+Green+Blue) = 113+50+133=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #713285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713285 is #8ECD7A. Grayscale: #4E4E4E. Windows color (decimal): -9358715 or 8729201. OLE color: 8729201.
HSL color Cylindrical-coordinate representation of color #713285: hue angle of 285.54º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713285 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 50 | 133 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.48 |
| HSL | 285.54º | 0.45% | 0.36% | - |
| HSV(B) | 285.54º | 0.62% | 0.52% | - |
| XYZ | 12.18 | 7.49 | 22.99 | - |
| YUV | 78.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 133 | 0.15 | 0.62 | 0 | 0.48 | 285.54 | 0.45 | 0.36 |
| Hex | 71 | 32 | 85 | F | 3E | 0 | 30 | 11E | 2D | 24 |
| Octal | 161 | 62 | 205 | 17 | 76 | 0 | 60 | 436 | 55 | 44 |
| Binary | 1110001 | 110010 | 10000101 | 1111 | 111110 | 0 | 110000 | 100011110 | 101101 | 100100 |
Color Harmonies of #713285
Complementary color
Monochromatic Colors of #713285
Black with #713285
Text Example
Text Example
White with #713285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713285; }
p { color: rgb(113,50,133); }
H1.HeaderClassName
{
color: #713285;
}
.AnyTagClassName
{
color: #713285;
}
</style>
background-color css
<style>
a { background-color: #713285; }
a { background-color: rgb(113,50,133); }
div.DivClassName
{
background-color: #713285;
}
.BgClassName
{
background-color: #713285;
}
</style>
border-color css
<style>
span { border-color: #713285; }
span { border-color: rgb(113,50,133); }
td.TdClassName
{
border-color: #713285;
}
.TagClassName
{
border-color: #713285;
}
</style>