#700A89

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

Shades of Purple #700A89

Tints of Purple #700A89

Color information

#700A89 (or 0x700A89) is unknown color: approx Purple. HEX triplet: 70, 0A and 89. RGB value is (112,10,137). Sum of RGB (Red+Green+Blue) = 112+10+137=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #700A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700A89 is #8FF576. Grayscale: #363636. Windows color (decimal): -9434487 or 8981104. OLE color: 8981104.

HSL color Cylindrical-coordinate representation of color #700A89: hue angle of 288.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700A89 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11210137-
CMYK0.180.9300.46
HSL288.19º86.39%28.82%-
HSV(B)288.19º92.7%53.73%-
XYZ11.315.4724.13-
YUV54.98174.29168.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=43.24%
G=3.86%
B=52.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112101370.180.9300.46288.1986.3928.82
Hex70A89125D02E120561d
Octal160122112213505644012635
Binary11100001010100010011001010111010101110100100000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,10,137); }

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

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

 a { background-color: rgb(112,10,137); }

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

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

 span { border-color: rgb(112,10,137); }

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