#701A95

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

Shades of Vivid Violet #701A95

Tints of Vivid Violet #701A95

Color information

#701A95 (or 0x701A95) is unknown color: approx Vivid Violet. HEX triplet: 70, 1A and 95. RGB value is (112,26,149). Sum of RGB (Red+Green+Blue) = 112+26+149=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #701A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A95 is #8FE56A. Grayscale: #414141. Windows color (decimal): -9430379 or 9771632. OLE color: 9771632.

HSL color Cylindrical-coordinate representation of color #701A95: hue angle of 281.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701A95 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11226149-
CMYK0.250.8300.42
HSL281.95º70.29%34.31%-
HSV(B)281.95º82.55%58.43%-
XYZ12.486.3529-
YUV65.74174.99161-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=39.02%
G=9.06%
B=51.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112261490.250.8300.42281.9570.2934.31
Hex701A95195302A11a4622
Octal160322253112305243210642
Binary1110000110101001010111001101001101010101000110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A95; }

 p { color: rgb(112,26,149); }

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

<style>
 a { background-color: #701A95; }

 a { background-color: rgb(112,26,149); }

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

<style>
 span { border-color: #701A95; }

 span { border-color: rgb(112,26,149); }

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