#700287

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

Shades of Purple #700287

Tints of Purple #700287

Color information

#700287 (or 0x700287) is unknown color: approx Purple. HEX triplet: 70, 02 and 87. RGB value is (112,2,135). Sum of RGB (Red+Green+Blue) = 112+2+135=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #700287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700287 is #8FFD78. Grayscale: #313131. Windows color (decimal): -9436537 or 8847984. OLE color: 8847984.

HSL color Cylindrical-coordinate representation of color #700287: hue angle of 289.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700287 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1122135-
CMYK0.170.9900.47
HSL289.62º97.08%26.86%-
HSV(B)289.62º98.52%52.94%-
XYZ11.085.2423.35-
YUV50.05175.94172.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=44.98%
G=0.80%
B=54.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11221350.170.9900.47289.6297.0826.86
Hex70287116302F122611b
Octal16022072114305744214133
Binary111000010100001111000111000110101111100100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700287; }

 p { color: rgb(112,2,135); }

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

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

 a { background-color: rgb(112,2,135); }

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

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

 span { border-color: rgb(112,2,135); }

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