#700291

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

Shades of Purple #700291

Tints of Purple #700291

Color information

#700291 (or 0x700291) is unknown color: approx Purple. HEX triplet: 70, 02 and 91. RGB value is (112,2,145). Sum of RGB (Red+Green+Blue) = 112+2+145=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #700291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700291 is #8FFD6E. Grayscale: #323232. Windows color (decimal): -9436527 or 9503344. OLE color: 9503344.

HSL color Cylindrical-coordinate representation of color #700291: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700291 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1122145-
CMYK0.230.9900.43
HSL286.15º97.28%28.82%-
HSV(B)286.15º98.62%56.86%-
XYZ11.815.5327.23-
YUV51.19180.94171.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=43.24%
G=0.77%
B=55.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11221450.230.9900.43286.1597.2828.82
Hex70291176302B11e611d
Octal16022212714305343614135
Binary111000010100100011011111000110101011100011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700291; }

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

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

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

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

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

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

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

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