Shades of Vivid Violet #70368B
Tints of Vivid Violet #70368B
RGB
CMYK
RGB Variations
Color information
#70368B (or 0x70368B) is known color: Vivid Violet. HEX triplet: 70, 36 and 8B. RGB value is (112,54,139). Sum of RGB (Red+Green+Blue) = 112+54+139=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #70368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70368B is #8FC974. Grayscale: #505050. Windows color (decimal): -9423221 or 9123440. OLE color: 9123440.
HSL color Cylindrical-coordinate representation of color #70368B: hue angle of 280.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70368B is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 54 | 139 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.45 |
| HSL | 280.94º | 0.44% | 0.38% | - |
| HSV(B) | 280.94º | 0.61% | 0.55% | - |
| XYZ | 12.66 | 7.95 | 25.29 | - |
| YUV | 81.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 139 | 0.19 | 0.61 | 0 | 0.45 | 280.94 | 0.44 | 0.38 |
| Hex | 70 | 36 | 8B | 13 | 3D | 0 | 2D | 119 | 2C | 26 |
| Octal | 160 | 66 | 213 | 23 | 75 | 0 | 55 | 431 | 54 | 46 |
| Binary | 1110000 | 110110 | 10001011 | 10011 | 111101 | 0 | 101101 | 100011001 | 101100 | 100110 |
Color Harmonies of #70368B
Complementary color
Monochromatic Colors of #70368B
Black with #70368B
Text Example
Text Example
White with #70368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70368B; }
p { color: rgb(112,54,139); }
H1.HeaderClassName
{
color: #70368B;
}
.AnyTagClassName
{
color: #70368B;
}
</style>
background-color css
<style>
a { background-color: #70368B; }
a { background-color: rgb(112,54,139); }
div.DivClassName
{
background-color: #70368B;
}
.BgClassName
{
background-color: #70368B;
}
</style>
border-color css
<style>
span { border-color: #70368B; }
span { border-color: rgb(112,54,139); }
td.TdClassName
{
border-color: #70368B;
}
.TagClassName
{
border-color: #70368B;
}
</style>