Shades of Vivid Violet #70368D
Tints of Vivid Violet #70368D
RGB
CMYK
RGB Variations
Color information
#70368D (or 0x70368D) is known color: Vivid Violet. HEX triplet: 70, 36 and 8D. RGB value is (112,54,141). Sum of RGB (Red+Green+Blue) = 112+54+141=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #70368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70368D is #8FC972. Grayscale: #505050. Windows color (decimal): -9423219 or 9254512. OLE color: 9254512.
HSL color Cylindrical-coordinate representation of color #70368D: hue angle of 280º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70368D is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 54 | 141 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.45 |
| HSL | 280º | 0.45% | 0.38% | - |
| HSV(B) | 280º | 0.62% | 0.55% | - |
| XYZ | 12.81 | 8.01 | 26.07 | - |
| YUV | 81.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 141 | 0.21 | 0.62 | 0 | 0.45 | 280 | 0.45 | 0.38 |
| Hex | 70 | 36 | 8D | 15 | 3E | 0 | 2D | 118 | 2D | 26 |
| Octal | 160 | 66 | 215 | 25 | 76 | 0 | 55 | 430 | 55 | 46 |
| Binary | 1110000 | 110110 | 10001101 | 10101 | 111110 | 0 | 101101 | 100011000 | 101101 | 100110 |
Color Harmonies of #70368D
Complementary color
Monochromatic Colors of #70368D
Black with #70368D
Text Example
Text Example
White with #70368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70368D; }
p { color: rgb(112,54,141); }
H1.HeaderClassName
{
color: #70368D;
}
.AnyTagClassName
{
color: #70368D;
}
</style>
background-color css
<style>
a { background-color: #70368D; }
a { background-color: rgb(112,54,141); }
div.DivClassName
{
background-color: #70368D;
}
.BgClassName
{
background-color: #70368D;
}
</style>
border-color css
<style>
span { border-color: #70368D; }
span { border-color: rgb(112,54,141); }
td.TdClassName
{
border-color: #70368D;
}
.TagClassName
{
border-color: #70368D;
}
</style>