#700986

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

Shades of Purple #700986

Tints of Purple #700986

Color information

#700986 (or 0x700986) is unknown color: approx Purple. HEX triplet: 70, 09 and 86. RGB value is (112,9,134). Sum of RGB (Red+Green+Blue) = 112+9+134=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #700986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700986 is #8FF679. Grayscale: #353535. Windows color (decimal): -9434746 or 8784240. OLE color: 8784240.

HSL color Cylindrical-coordinate representation of color #700986: hue angle of 289.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700986 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1129134-
CMYK0.160.9300.47
HSL289.44º87.41%28.04%-
HSV(B)289.44º93.28%52.55%-
XYZ11.085.3623-
YUV54.05173.12169.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=43.92%
G=3.53%
B=52.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11291340.160.9300.47289.4487.4128.04
Hex70986105D02F121571c
Octal160112062013505744112734
Binary11100001001100001101000010111010101111100100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700986; }

 p { color: rgb(112,9,134); }

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

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

 a { background-color: rgb(112,9,134); }

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

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

 span { border-color: rgb(112,9,134); }

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