#700F8C

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

Shades of Purple #700F8C

Tints of Purple #700F8C

Color information

#700F8C (or 0x700F8C) is unknown color: approx Purple. HEX triplet: 70, 0F and 8C. RGB value is (112,15,140). Sum of RGB (Red+Green+Blue) = 112+15+140=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #700F8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F8C is #8FF073. Grayscale: #393939. Windows color (decimal): -9433204 or 9178992. OLE color: 9178992.

HSL color Cylindrical-coordinate representation of color #700F8C: hue angle of 286.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700F8C is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11215140-
CMYK0.200.8900.45
HSL286.56º80.65%30.39%-
HSV(B)286.56º89.29%54.9%-
XYZ11.595.6825.3-
YUV58.25174.14166.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=41.95%
G=5.62%
B=52.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112151400.200.8900.45286.5680.6530.39
Hex70F8C145902D11f511e
Octal160172142413105543712136
Binary11100001111100011001010010110010101101100011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700F8C; }

 p { color: rgb(112,15,140); }

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

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

 a { background-color: rgb(112,15,140); }

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

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

 span { border-color: rgb(112,15,140); }

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