Shades of Vivid Violet #712585
Tints of Vivid Violet #712585
RGB
CMYK
RGB Variations
Color information
#712585 (or 0x712585) is known color: Vivid Violet. HEX triplet: 71, 25 and 85. RGB value is (113,37,133). Sum of RGB (Red+Green+Blue) = 113+37+133=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #712585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712585 is #8EDA7A. Grayscale: #464646. Windows color (decimal): -9362043 or 8725873. OLE color: 8725873.
HSL color Cylindrical-coordinate representation of color #712585: hue angle of 287.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712585 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 37 | 133 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.48 |
| HSL | 287.5º | 0.56% | 0.33% | - |
| HSV(B) | 287.5º | 0.72% | 0.52% | - |
| XYZ | 11.71 | 6.53 | 22.83 | - |
| YUV | 70.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 133 | 0.15 | 0.72 | 0 | 0.48 | 287.5 | 0.56 | 0.33 |
| Hex | 71 | 25 | 85 | F | 48 | 0 | 30 | 120 | 38 | 21 |
| Octal | 161 | 45 | 205 | 17 | 110 | 0 | 60 | 440 | 70 | 41 |
| Binary | 1110001 | 100101 | 10000101 | 1111 | 1001000 | 0 | 110000 | 100100000 | 111000 | 100001 |
Color Harmonies of #712585
Complementary color
Monochromatic Colors of #712585
Black with #712585
Text Example
Text Example
White with #712585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712585; }
p { color: rgb(113,37,133); }
H1.HeaderClassName
{
color: #712585;
}
.AnyTagClassName
{
color: #712585;
}
</style>
background-color css
<style>
a { background-color: #712585; }
a { background-color: rgb(113,37,133); }
div.DivClassName
{
background-color: #712585;
}
.BgClassName
{
background-color: #712585;
}
</style>
border-color css
<style>
span { border-color: #712585; }
span { border-color: rgb(113,37,133); }
td.TdClassName
{
border-color: #712585;
}
.TagClassName
{
border-color: #712585;
}
</style>