#700E7F

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

Shades of Purple #700E7F

Tints of Purple #700E7F

Color information

#700E7F (or 0x700E7F) is unknown color: approx Purple. HEX triplet: 70, 0E and 7F. RGB value is (112,14,127). Sum of RGB (Red+Green+Blue) = 112+14+127=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #700E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E7F is #8FF180. Grayscale: #373737. Windows color (decimal): -9433473 or 8326768. OLE color: 8326768.

HSL color Cylindrical-coordinate representation of color #700E7F: hue angle of 292.04º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700E7F is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11214127-
CMYK0.120.8900.50
HSL292.04º80.14%27.65%-
HSV(B)292.04º88.98%49.8%-
XYZ10.675.2920.54-
YUV56.18167.97167.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 127 (50% from 255) = 50.20%
R=44.27%
G=5.53%
B=50.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112141270.120.8900.50292.0480.1427.65
Hex70E7FC59032124501c
Octal160161771413106244412034
Binary111000011101111111110010110010110010100100100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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