#70168E

Color #70168E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #70168E

Tints of Vivid Violet #70168E

Color information

#70168E (or 0x70168E) is unknown color: approx Vivid Violet. HEX triplet: 70, 16 and 8E. RGB value is (112,22,142). Sum of RGB (Red+Green+Blue) = 112+22+142=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #70168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70168E is #8FE971. Grayscale: #3E3E3E. Windows color (decimal): -9431410 or 9311856. OLE color: 9311856.

HSL color Cylindrical-coordinate representation of color #70168E: hue angle of 285º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70168E is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11222142-
CMYK0.210.8500.44
HSL285º73.17%32.16%-
HSV(B)285º84.51%55.69%-
XYZ11.855.9726.12-
YUV62.59172.82163.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=40.58%
G=7.97%
B=51.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112221420.210.8500.4428573.1732.16
Hex70168E155502C11d4920
Octal160262162512505443511140
Binary1110000101101000111010101101010101011001000111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70168E; }

 p { color: rgb(112,22,142); }

 H1.HeaderClassName
 {
   color: #70168E;
 }
 .AnyTagClassName
 {
   color: #70168E;
 }
</style>
background-color css

<style>
 a { background-color: #70168E; }

 a { background-color: rgb(112,22,142); }

 div.DivClassName
 {
   background-color: #70168E;
 }
 .BgClassName
 {
   background-color: #70168E;
 }
</style>
border-color css

<style>
 span { border-color: #70168E; }

 span { border-color: rgb(112,22,142); }

 td.TdClassName
 {
   border-color: #70168E;
 }
 .TagClassName
 {
   border-color: #70168E;
 }
</style>