#701289

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

Shades of Purple #701289

Tints of Purple #701289

Color information

#701289 (or 0x701289) is unknown color: approx Purple. HEX triplet: 70, 12 and 89. RGB value is (112,18,137). Sum of RGB (Red+Green+Blue) = 112+18+137=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #701289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701289 is #8FED76. Grayscale: #3B3B3B. Windows color (decimal): -9432439 or 8983152. OLE color: 8983152.

HSL color Cylindrical-coordinate representation of color #701289: hue angle of 287.39º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701289 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11218137-
CMYK0.180.8700.46
HSL287.39º76.77%30.39%-
HSV(B)287.39º86.86%53.73%-
XYZ11.415.6824.16-
YUV59.67171.64165.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=41.95%
G=6.74%
B=51.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112181370.180.8700.46287.3976.7730.39
Hex701289125702E11f4d1e
Octal160222112212705643711536
Binary111000010010100010011001010101110101110100011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701289; }

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

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

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

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

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

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

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

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