Shades of Vivid Violet #712285
Tints of Vivid Violet #712285
RGB
CMYK
RGB Variations
Color information
#712285 (or 0x712285) is known color: Vivid Violet. HEX triplet: 71, 22 and 85. RGB value is (113,34,133). Sum of RGB (Red+Green+Blue) = 113+34+133=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #712285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712285 is #8EDD7A. Grayscale: #444444. Windows color (decimal): -9362811 or 8725105. OLE color: 8725105.
HSL color Cylindrical-coordinate representation of color #712285: hue angle of 287.88º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712285 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 34 | 133 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.48 |
| HSL | 287.88º | 0.59% | 0.33% | - |
| HSV(B) | 287.88º | 0.74% | 0.52% | - |
| XYZ | 11.62 | 6.35 | 22.8 | - |
| YUV | 68.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 133 | 0.15 | 0.74 | 0 | 0.48 | 287.88 | 0.59 | 0.33 |
| Hex | 71 | 22 | 85 | F | 4A | 0 | 30 | 120 | 3B | 21 |
| Octal | 161 | 42 | 205 | 17 | 112 | 0 | 60 | 440 | 73 | 41 |
| Binary | 1110001 | 100010 | 10000101 | 1111 | 1001010 | 0 | 110000 | 100100000 | 111011 | 100001 |
Color Harmonies of #712285
Complementary color
Monochromatic Colors of #712285
Black with #712285
Text Example
Text Example
White with #712285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712285; }
p { color: rgb(113,34,133); }
H1.HeaderClassName
{
color: #712285;
}
.AnyTagClassName
{
color: #712285;
}
</style>
background-color css
<style>
a { background-color: #712285; }
a { background-color: rgb(113,34,133); }
div.DivClassName
{
background-color: #712285;
}
.BgClassName
{
background-color: #712285;
}
</style>
border-color css
<style>
span { border-color: #712285; }
span { border-color: rgb(113,34,133); }
td.TdClassName
{
border-color: #712285;
}
.TagClassName
{
border-color: #712285;
}
</style>