#701178

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

Shades of Purple #701178

Tints of Purple #701178

Color information

#701178 (or 0x701178) is unknown color: approx Purple. HEX triplet: 70, 11 and 78. RGB value is (112,17,120). Sum of RGB (Red+Green+Blue) = 112+17+120=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #701178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701178 is #8FEE87. Grayscale: #383838. Windows color (decimal): -9432712 or 7868784. OLE color: 7868784.

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

Color convert

RGB11217120-
CMYK0.070.8600.53
HSL295.34º75.18%26.86%-
HSV(B)295.34º85.83%47.06%-
XYZ10.275.218.23-
YUV57.15163.47167.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=44.98%
G=6.83%
B=48.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112171200.070.8600.53295.3475.1826.86
Hex7011787560351274b1b
Octal16021170712606544711333
Binary111000010001111100011110101100110101100100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701178; }

 p { color: rgb(112,17,120); }

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

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

 a { background-color: rgb(112,17,120); }

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

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

 span { border-color: rgb(112,17,120); }

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