#701699

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

Shades of Vivid Violet #701699

Tints of Vivid Violet #701699

Color information

#701699 (or 0x701699) is unknown color: approx Vivid Violet. HEX triplet: 70, 16 and 99. RGB value is (112,22,153). Sum of RGB (Red+Green+Blue) = 112+22+153=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #701699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701699 is #8FE966. Grayscale: #3F3F3F. Windows color (decimal): -9431399 or 10032752. OLE color: 10032752.

HSL color Cylindrical-coordinate representation of color #701699: hue angle of 281.22º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701699 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11222153-
CMYK0.270.8600.4
HSL281.22º74.86%34.31%-
HSV(B)281.22º85.62%60%-
XYZ12.726.3230.69-
YUV63.84178.32162.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=39.02%
G=7.67%
B=53.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112221530.270.8600.4281.2274.8634.31
Hex7016991B560281194b22
Octal160262313312605043111342
Binary1110000101101001100111011101011001010001000110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701699; }

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

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

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

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

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

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

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

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