#701375

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

Shades of Purple #701375

Tints of Purple #701375

Color information

#701375 (or 0x701375) is unknown color: approx Purple. HEX triplet: 70, 13 and 75. RGB value is (112,19,117). Sum of RGB (Red+Green+Blue) = 112+19+117=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #701375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701375 is #8FEC8A. Grayscale: #393939. Windows color (decimal): -9432203 or 7672688. OLE color: 7672688.

HSL color Cylindrical-coordinate representation of color #701375: hue angle of 296.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701375 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11219117-
CMYK0.040.8400.54
HSL296.94º72.06%26.67%-
HSV(B)296.94º83.76%45.88%-
XYZ10.135.1917.3-
YUV57.98161.31166.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=45.16%
G=7.66%
B=47.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112191170.040.8400.54296.9472.0626.67
Hex701375454036129481b
Octal16023165412406645111033
Binary111000010011111010110010101000110110100101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701375; }

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

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

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

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

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

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

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

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