Shades of Vivid Violet #70368F
Tints of Vivid Violet #70368F
RGB
CMYK
RGB Variations
Color information
#70368F (or 0x70368F) is known color: Vivid Violet. HEX triplet: 70, 36 and 8F. RGB value is (112,54,143). Sum of RGB (Red+Green+Blue) = 112+54+143=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #70368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70368F is #8FC970. Grayscale: #515151. Windows color (decimal): -9423217 or 9385584. OLE color: 9385584.
HSL color Cylindrical-coordinate representation of color #70368F: hue angle of 279.1º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70368F is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 54 | 143 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.44 |
| HSL | 279.1º | 0.45% | 0.39% | - |
| HSV(B) | 279.1º | 0.62% | 0.56% | - |
| XYZ | 12.96 | 8.07 | 26.86 | - |
| YUV | 81.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 143 | 0.22 | 0.62 | 0 | 0.44 | 279.1 | 0.45 | 0.39 |
| Hex | 70 | 36 | 8F | 16 | 3E | 0 | 2C | 117 | 2D | 27 |
| Octal | 160 | 66 | 217 | 26 | 76 | 0 | 54 | 427 | 55 | 47 |
| Binary | 1110000 | 110110 | 10001111 | 10110 | 111110 | 0 | 101100 | 100010111 | 101101 | 100111 |
Color Harmonies of #70368F
Complementary color
Monochromatic Colors of #70368F
Black with #70368F
Text Example
Text Example
White with #70368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70368F; }
p { color: rgb(112,54,143); }
H1.HeaderClassName
{
color: #70368F;
}
.AnyTagClassName
{
color: #70368F;
}
</style>
background-color css
<style>
a { background-color: #70368F; }
a { background-color: rgb(112,54,143); }
div.DivClassName
{
background-color: #70368F;
}
.BgClassName
{
background-color: #70368F;
}
</style>
border-color css
<style>
span { border-color: #70368F; }
span { border-color: rgb(112,54,143); }
td.TdClassName
{
border-color: #70368F;
}
.TagClassName
{
border-color: #70368F;
}
</style>