#700E90

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

Shades of Purple #700E90

Tints of Purple #700E90

Color information

#700E90 (or 0x700E90) is unknown color: approx Purple. HEX triplet: 70, 0E and 90. RGB value is (112,14,144). Sum of RGB (Red+Green+Blue) = 112+14+144=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #700E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E90 is #8FF16F. Grayscale: #393939. Windows color (decimal): -9433456 or 9440880. OLE color: 9440880.

HSL color Cylindrical-coordinate representation of color #700E90: hue angle of 285.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700E90 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11214144-
CMYK0.220.9000.44
HSL285.23º82.28%30.98%-
HSV(B)285.23º90.28%56.47%-
XYZ11.875.7726.87-
YUV58.12176.47166.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=41.48%
G=5.19%
B=53.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112141440.220.9000.44285.2382.2830.98
Hex70E90165A02C11d521f
Octal160162202613205443512237
Binary11100001110100100001011010110100101100100011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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