#701277

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

Shades of Purple #701277

Tints of Purple #701277

Color information

#701277 (or 0x701277) is unknown color: approx Purple. HEX triplet: 70, 12 and 77. RGB value is (112,18,119). Sum of RGB (Red+Green+Blue) = 112+18+119=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #701277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701277 is #8FED88. Grayscale: #393939. Windows color (decimal): -9432457 or 7803504. OLE color: 7803504.

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

Color convert

RGB11218119-
CMYK0.060.8500.53
HSL295.84º73.72%26.86%-
HSV(B)295.84º84.87%46.67%-
XYZ10.235.2117.92-
YUV57.62162.64166.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=44.98%
G=7.23%
B=47.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112181190.060.8500.53295.8473.7226.86
Hex7012776550351284a1b
Octal16022167612506545011233
Binary111000010010111011111010101010110101100101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701277; }

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

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

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

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

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

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

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

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