#701685

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

Shades of Purple #701685

Tints of Purple #701685

Color information

#701685 (or 0x701685) is unknown color: approx Purple. HEX triplet: 70, 16 and 85. RGB value is (112,22,133). Sum of RGB (Red+Green+Blue) = 112+22+133=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #701685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701685 is #8FE97A. Grayscale: #3D3D3D. Windows color (decimal): -9431419 or 8722032. OLE color: 8722032.

HSL color Cylindrical-coordinate representation of color #701685: hue angle of 288.65º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701685 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11222133-
CMYK0.160.8300.48
HSL288.65º71.61%30.39%-
HSV(B)288.65º83.46%52.16%-
XYZ11.25.7122.7-
YUV61.56168.32163.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=41.95%
G=8.24%
B=49.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112221330.160.8300.48288.6571.6130.39
Hex7016851053030121481e
Octal160262052012306044111036
Binary111000010110100001011000010100110110000100100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701685; }

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

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

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

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

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

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

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

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