#70159E

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

Shades of Vivid Violet #70159E

Tints of Vivid Violet #70159E

Color information

#70159E (or 0x70159E) is unknown color: approx Vivid Violet. HEX triplet: 70, 15 and 9E. RGB value is (112,21,158). Sum of RGB (Red+Green+Blue) = 112+21+158=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #70159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70159E is #8FEA61. Grayscale: #3F3F3F. Windows color (decimal): -9431650 or 10360176. OLE color: 10360176.

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

Color convert

RGB11221158-
CMYK0.290.8700.38
HSL279.85º76.54%35.1%-
HSV(B)279.85º86.71%61.96%-
XYZ13.126.4532.9-
YUV63.83181.15162.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=38.49%
G=7.22%
B=54.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112211580.290.8700.38279.8576.5435.1
Hex70159E1D570261184d23
Octal160252363512704643011543
Binary1110000101011001111011101101011101001101000110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,21,158); }

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

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

 a { background-color: rgb(112,21,158); }

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

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

 span { border-color: rgb(112,21,158); }

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