Shades of Vivid Violet #703685
Tints of Vivid Violet #703685
RGB
CMYK
RGB Variations
Color information
#703685 (or 0x703685) is known color: Vivid Violet. HEX triplet: 70, 36 and 85. RGB value is (112,54,133). Sum of RGB (Red+Green+Blue) = 112+54+133=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #703685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703685 is #8FC97A. Grayscale: #505050. Windows color (decimal): -9423227 or 8730224. OLE color: 8730224.
HSL color Cylindrical-coordinate representation of color #703685: hue angle of 284.05º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703685 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 54 | 133 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.48 |
| HSL | 284.05º | 0.42% | 0.37% | - |
| HSV(B) | 284.05º | 0.59% | 0.52% | - |
| XYZ | 12.23 | 7.78 | 23.05 | - |
| YUV | 80.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 133 | 0.16 | 0.59 | 0 | 0.48 | 284.05 | 0.42 | 0.37 |
| Hex | 70 | 36 | 85 | 10 | 3B | 0 | 30 | 11C | 2A | 25 |
| Octal | 160 | 66 | 205 | 20 | 73 | 0 | 60 | 434 | 52 | 45 |
| Binary | 1110000 | 110110 | 10000101 | 10000 | 111011 | 0 | 110000 | 100011100 | 101010 | 100101 |
Color Harmonies of #703685
Complementary color
Monochromatic Colors of #703685
Black with #703685
Text Example
Text Example
White with #703685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703685; }
p { color: rgb(112,54,133); }
H1.HeaderClassName
{
color: #703685;
}
.AnyTagClassName
{
color: #703685;
}
</style>
background-color css
<style>
a { background-color: #703685; }
a { background-color: rgb(112,54,133); }
div.DivClassName
{
background-color: #703685;
}
.BgClassName
{
background-color: #703685;
}
</style>
border-color css
<style>
span { border-color: #703685; }
span { border-color: rgb(112,54,133); }
td.TdClassName
{
border-color: #703685;
}
.TagClassName
{
border-color: #703685;
}
</style>