#700161

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

Shades of Purple #700161

Tints of Purple #700161

Color information

#700161 (or 0x700161) is unknown color: approx Purple. HEX triplet: 70, 01 and 61. RGB value is (112,1,97). Sum of RGB (Red+Green+Blue) = 112+1+97=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700161 is #8FFE9E. Grayscale: #2C2C2C. Windows color (decimal): -9436831 or 6357360. OLE color: 6357360.

HSL color Cylindrical-coordinate representation of color #700161: hue angle of 308.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700161 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB112197-
CMYK00.990.130.56
HSL308.11º98.23%22.16%-
HSV(B)308.11º99.11%43.92%-
XYZ8.854.3311.68-
YUV45.13157.27175.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=53.33%
G=0.48%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11219700.990.130.56308.1198.2322.16
Hex70161063D381346216
Octal16011410143157046414226
Binary111000011100001011000111101111000100110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700161; }

 p { color: rgb(112,1,97); }

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

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

 a { background-color: rgb(112,1,97); }

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

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

 span { border-color: rgb(112,1,97); }

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