#701591

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

Shades of Vivid Violet #701591

Tints of Vivid Violet #701591

Color information

#701591 (or 0x701591) is unknown color: approx Vivid Violet. HEX triplet: 70, 15 and 91. RGB value is (112,21,145). Sum of RGB (Red+Green+Blue) = 112+21+145=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #701591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701591 is #8FEA6E. Grayscale: #3D3D3D. Windows color (decimal): -9431663 or 9508208. OLE color: 9508208.

HSL color Cylindrical-coordinate representation of color #701591: hue angle of 284.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701591 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11221145-
CMYK0.230.8600.43
HSL284.03º74.7%32.55%-
HSV(B)284.03º85.52%56.86%-
XYZ12.066.0327.32-
YUV62.34174.65163.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=40.29%
G=7.55%
B=52.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112211450.230.8600.43284.0374.732.55
Hex701591175602B11c4b21
Octal160252212712605343411341
Binary1110000101011001000110111101011001010111000111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701591; }

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

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

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

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

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

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

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

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