#701575

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

Shades of Purple #701575

Tints of Purple #701575

Color information

#701575 (or 0x701575) is unknown color: approx Purple. HEX triplet: 70, 15 and 75. RGB value is (112,21,117). Sum of RGB (Red+Green+Blue) = 112+21+117=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #701575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701575 is #8FEA8A. Grayscale: #3A3A3A. Windows color (decimal): -9431691 or 7673200. OLE color: 7673200.

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

Color convert

RGB11221117-
CMYK0.040.8200.54
HSL296.88º69.57%27.06%-
HSV(B)296.88º82.05%45.88%-
XYZ10.165.2717.31-
YUV59.15160.65165.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=44.8%
G=8.4%
B=46.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112211170.040.8200.54296.8869.5727.06
Hex701575452036129461b
Octal16025165412206645110633
Binary111000010101111010110010100100110110100101001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701575; }

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

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

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

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

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

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

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

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