#701177

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

Shades of Purple #701177

Tints of Purple #701177

Color information

#701177 (or 0x701177) is unknown color: approx Purple. HEX triplet: 70, 11 and 77. RGB value is (112,17,119). Sum of RGB (Red+Green+Blue) = 112+17+119=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #701177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701177 is #8FEE88. Grayscale: #383838. Windows color (decimal): -9432713 or 7803248. OLE color: 7803248.

HSL color Cylindrical-coordinate representation of color #701177: hue angle of 295.88º 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 #701177 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11217119-
CMYK0.060.8600.53
HSL295.88º75%26.67%-
HSV(B)295.88º85.71%46.67%-
XYZ10.215.1817.91-
YUV57.03162.97167.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=45.16%
G=6.85%
B=47.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112171190.060.8600.53295.887526.67
Hex7011776560351284b1b
Octal16021167612606545011333
Binary111000010001111011111010101100110101100101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701177; }

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

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

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

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

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

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

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

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