#700899

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

Shades of Purple #700899

Tints of Purple #700899

Color information

#700899 (or 0x700899) is unknown color: approx Purple. HEX triplet: 70, 08 and 99. RGB value is (112,8,153). Sum of RGB (Red+Green+Blue) = 112+8+153=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #700899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700899 is #8FF766. Grayscale: #373737. Windows color (decimal): -9434983 or 10029168. OLE color: 10029168.

HSL color Cylindrical-coordinate representation of color #700899: hue angle of 283.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700899 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1128153-
CMYK0.270.9500.4
HSL283.03º90.06%31.57%-
HSV(B)283.03º94.77%60%-
XYZ12.525.9230.62-
YUV55.63182.96168.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=41.03%
G=2.93%
B=56.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11281530.270.9500.4283.0390.0631.57
Hex708991B5F02811b5a20
Octal160102313313705043313240
Binary111000010001001100111011101111101010001000110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700899; }

 p { color: rgb(112,8,153); }

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

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

 a { background-color: rgb(112,8,153); }

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

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

 span { border-color: rgb(112,8,153); }

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