#700681

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

Shades of Purple #700681

Tints of Purple #700681

Color information

#700681 (or 0x700681) is unknown color: approx Purple. HEX triplet: 70, 06 and 81. RGB value is (112,6,129). Sum of RGB (Red+Green+Blue) = 112+6+129=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #700681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700681 is #8FF97E. Grayscale: #333333. Windows color (decimal): -9435519 or 8455792. OLE color: 8455792.

HSL color Cylindrical-coordinate representation of color #700681: hue angle of 291.71º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700681 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1126129-
CMYK0.130.9500.49
HSL291.71º91.11%26.47%-
HSV(B)291.71º95.35%50.59%-
XYZ10.715.1621.2-
YUV51.72171.62171-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=45.34%
G=2.43%
B=52.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11261290.130.9500.49291.7191.1126.47
Hex70681D5F0311245b1a
Octal16062011513706144413332
Binary111000011010000001110110111110110001100100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700681; }

 p { color: rgb(112,6,129); }

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

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

 a { background-color: rgb(112,6,129); }

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

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

 span { border-color: rgb(112,6,129); }

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