#700164

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

Shades of Purple #700164

Tints of Purple #700164

Color information

#700164 (or 0x700164) is unknown color: approx Purple. HEX triplet: 70, 01 and 64. RGB value is (112,1,100). Sum of RGB (Red+Green+Blue) = 112+1+100=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700164 is #8FFE9B. Grayscale: #2D2D2D. Windows color (decimal): -9436828 or 6553968. OLE color: 6553968.

HSL color Cylindrical-coordinate representation of color #700164: hue angle of 306.49º 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 #700164 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB1121100-
CMYK00.990.110.56
HSL306.49º98.23%22.16%-
HSV(B)306.49º99.11%43.92%-
XYZ8.994.3912.43-
YUV45.48158.77175.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=52.58%
G=0.47%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112110000.990.110.56306.4998.2322.16
Hex70164063B381326216
Octal16011440143137046214226
Binary111000011100100011000111011111000100110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700164; }

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

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

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

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

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

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

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

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