#70169F

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

Shades of Vivid Violet #70169F

Tints of Vivid Violet #70169F

Color information

#70169F (or 0x70169F) is unknown color: approx Vivid Violet. HEX triplet: 70, 16 and 9F. RGB value is (112,22,159). Sum of RGB (Red+Green+Blue) = 112+22+159=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #70169F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70169F is #8FE960. Grayscale: #404040. Windows color (decimal): -9431393 or 10425968. OLE color: 10425968.

HSL color Cylindrical-coordinate representation of color #70169F: hue angle of 279.42º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70169F is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11222159-
CMYK0.300.8600.38
HSL279.42º75.69%35.49%-
HSV(B)279.42º86.16%62.35%-
XYZ13.236.5233.36-
YUV64.53181.32161.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=38.23%
G=7.51%
B=54.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112221590.300.8600.38279.4275.6935.49
Hex70169F1E560261174c23
Octal160262373612604642711443
Binary1110000101101001111111110101011001001101000101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70169F; }

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

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

<style>
 a { background-color: #70169F; }

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

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

<style>
 span { border-color: #70169F; }

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

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