Shades of Vivid Violet #713888
Tints of Vivid Violet #713888
RGB
CMYK
RGB Variations
Color information
#713888 (or 0x713888) is known color: Vivid Violet. HEX triplet: 71, 38 and 88. RGB value is (113,56,136). Sum of RGB (Red+Green+Blue) = 113+56+136=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #713888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713888 is #8EC777. Grayscale: #515151. Windows color (decimal): -9357176 or 8927345. OLE color: 8927345.
HSL color Cylindrical-coordinate representation of color #713888: hue angle of 282.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713888 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 56 | 136 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.47 |
| HSL | 282.75º | 0.42% | 0.38% | - |
| HSV(B) | 282.75º | 0.59% | 0.53% | - |
| XYZ | 12.67 | 8.12 | 24.19 | - |
| YUV | 82.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 136 | 0.17 | 0.59 | 0 | 0.47 | 282.75 | 0.42 | 0.38 |
| Hex | 71 | 38 | 88 | 11 | 3B | 0 | 2F | 11B | 2A | 26 |
| Octal | 161 | 70 | 210 | 21 | 73 | 0 | 57 | 433 | 52 | 46 |
| Binary | 1110001 | 111000 | 10001000 | 10001 | 111011 | 0 | 101111 | 100011011 | 101010 | 100110 |
Color Harmonies of #713888
Complementary color
Monochromatic Colors of #713888
Black with #713888
Text Example
Text Example
White with #713888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713888; }
p { color: rgb(113,56,136); }
H1.HeaderClassName
{
color: #713888;
}
.AnyTagClassName
{
color: #713888;
}
</style>
background-color css
<style>
a { background-color: #713888; }
a { background-color: rgb(113,56,136); }
div.DivClassName
{
background-color: #713888;
}
.BgClassName
{
background-color: #713888;
}
</style>
border-color css
<style>
span { border-color: #713888; }
span { border-color: rgb(113,56,136); }
td.TdClassName
{
border-color: #713888;
}
.TagClassName
{
border-color: #713888;
}
</style>