Shades of Vivid Violet #712387
Tints of Vivid Violet #712387
RGB
CMYK
RGB Variations
Color information
#712387 (or 0x712387) is known color: Vivid Violet. HEX triplet: 71, 23 and 87. RGB value is (113,35,135). Sum of RGB (Red+Green+Blue) = 113+35+135=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #712387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712387 is #8EDC78. Grayscale: #454545. Windows color (decimal): -9362553 or 8856433. OLE color: 8856433.
HSL color Cylindrical-coordinate representation of color #712387: hue angle of 286.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712387 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 35 | 135 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.47 |
| HSL | 286.8º | 0.59% | 0.33% | - |
| HSV(B) | 286.8º | 0.74% | 0.53% | - |
| XYZ | 11.78 | 6.46 | 23.55 | - |
| YUV | 69.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 135 | 0.16 | 0.74 | 0 | 0.47 | 286.8 | 0.59 | 0.33 |
| Hex | 71 | 23 | 87 | 10 | 4A | 0 | 2F | 11F | 3B | 21 |
| Octal | 161 | 43 | 207 | 20 | 112 | 0 | 57 | 437 | 73 | 41 |
| Binary | 1110001 | 100011 | 10000111 | 10000 | 1001010 | 0 | 101111 | 100011111 | 111011 | 100001 |
Color Harmonies of #712387
Complementary color
Monochromatic Colors of #712387
Black with #712387
Text Example
Text Example
White with #712387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712387; }
p { color: rgb(113,35,135); }
H1.HeaderClassName
{
color: #712387;
}
.AnyTagClassName
{
color: #712387;
}
</style>
background-color css
<style>
a { background-color: #712387; }
a { background-color: rgb(113,35,135); }
div.DivClassName
{
background-color: #712387;
}
.BgClassName
{
background-color: #712387;
}
</style>
border-color css
<style>
span { border-color: #712387; }
span { border-color: rgb(113,35,135); }
td.TdClassName
{
border-color: #712387;
}
.TagClassName
{
border-color: #712387;
}
</style>