#700E8D

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

Shades of Purple #700E8D

Tints of Purple #700E8D

Color information

#700E8D (or 0x700E8D) is unknown color: approx Purple. HEX triplet: 70, 0E and 8D. RGB value is (112,14,141). Sum of RGB (Red+Green+Blue) = 112+14+141=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #700E8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E8D is #8FF172. Grayscale: #393939. Windows color (decimal): -9433459 or 9244272. OLE color: 9244272.

HSL color Cylindrical-coordinate representation of color #700E8D: hue angle of 286.3º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700E8D is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11214141-
CMYK0.210.9000.45
HSL286.3º81.94%30.39%-
HSV(B)286.3º90.07%55.29%-
XYZ11.655.6825.68-
YUV57.78174.97166.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=41.95%
G=5.24%
B=52.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141410.210.9000.45286.381.9430.39
Hex70E8D155A02D11e521e
Octal160162152513205543612236
Binary11100001110100011011010110110100101101100011110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,14,141); }

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

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

 a { background-color: rgb(112,14,141); }

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

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

 span { border-color: rgb(112,14,141); }

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