#701676

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

Shades of Purple #701676

Tints of Purple #701676

Color information

#701676 (or 0x701676) is unknown color: approx Purple. HEX triplet: 70, 16 and 76. RGB value is (112,22,118). Sum of RGB (Red+Green+Blue) = 112+22+118=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #701676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701676 is #8FE989. Grayscale: #3B3B3B. Windows color (decimal): -9431434 or 7738992. OLE color: 7738992.

HSL color Cylindrical-coordinate representation of color #701676: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701676 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11222118-
CMYK0.050.8100.54
HSL296.25º68.57%27.45%-
HSV(B)296.25º81.36%46.27%-
XYZ10.245.3317.63-
YUV59.85160.82165.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=44.44%
G=8.73%
B=46.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112221180.050.8100.54296.2568.5727.45
Hex701676551036128451b
Octal16026166512106645010533
Binary111000010110111011010110100010110110100101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701676; }

 p { color: rgb(112,22,118); }

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

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

 a { background-color: rgb(112,22,118); }

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

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

 span { border-color: rgb(112,22,118); }

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