#70189D

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

Shades of Vivid Violet #70189D

Tints of Vivid Violet #70189D

Color information

#70189D (or 0x70189D) is unknown color: approx Vivid Violet. HEX triplet: 70, 18 and 9D. RGB value is (112,24,157). Sum of RGB (Red+Green+Blue) = 112+24+157=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #70189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70189D is #8FE762. Grayscale: #414141. Windows color (decimal): -9430883 or 10295408. OLE color: 10295408.

HSL color Cylindrical-coordinate representation of color #70189D: hue angle of 279.7º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70189D is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11224157-
CMYK0.290.8500.38
HSL279.7º73.48%35.49%-
HSV(B)279.7º84.71%61.57%-
XYZ13.096.5332.47-
YUV65.47179.65161.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=38.23%
G=8.19%
B=53.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112241570.290.8500.38279.773.4835.49
Hex70189D1D550261184923
Octal160302353512504643011143
Binary1110000110001001110111101101010101001101000110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70189D; }

 p { color: rgb(112,24,157); }

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

<style>
 a { background-color: #70189D; }

 a { background-color: rgb(112,24,157); }

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

<style>
 span { border-color: #70189D; }

 span { border-color: rgb(112,24,157); }

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