#701388

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

Shades of Purple #701388

Tints of Purple #701388

Color information

#701388 (or 0x701388) is unknown color: approx Purple. HEX triplet: 70, 13 and 88. RGB value is (112,19,136). Sum of RGB (Red+Green+Blue) = 112+19+136=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #701388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701388 is #8FEC77. Grayscale: #3B3B3B. Windows color (decimal): -9432184 or 8917872. OLE color: 8917872.

HSL color Cylindrical-coordinate representation of color #701388: hue angle of 287.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701388 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11219136-
CMYK0.180.8600.47
HSL287.69º75.48%30.39%-
HSV(B)287.69º86.03%53.33%-
XYZ11.365.6923.79-
YUV60.14170.81164.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=41.95%
G=7.12%
B=50.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112191360.180.8600.47287.6975.4830.39
Hex701388125602F1204b1e
Octal160232102212605744011336
Binary111000010011100010001001010101100101111100100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701388; }

 p { color: rgb(112,19,136); }

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

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

 a { background-color: rgb(112,19,136); }

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

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

 span { border-color: rgb(112,19,136); }

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