#700D71

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

Shades of Purple #700D71

Tints of Purple #700D71

Color information

#700D71 (or 0x700D71) is unknown color: approx Purple. HEX triplet: 70, 0D and 71. RGB value is (112,13,113). Sum of RGB (Red+Green+Blue) = 112+13+113=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #700D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D71 is #8FF28E. Grayscale: #353535. Windows color (decimal): -9433743 or 7409008. OLE color: 7409008.

HSL color Cylindrical-coordinate representation of color #700D71: hue angle of 299.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D71 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11213113-
CMYK0.010.8800.56
HSL299.4º79.37%24.71%-
HSV(B)299.4º88.5%44.31%-
XYZ9.814.9216.06-
YUV54161.3169.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=47.06%
G=5.46%
B=47.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112131130.010.8800.56299.479.3724.71
Hex70D7115803812b4f19
Octal16015161113007045311731
Binary111000011011110001110110000111000100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700D71; }

 p { color: rgb(112,13,113); }

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

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

 a { background-color: rgb(112,13,113); }

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

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

 span { border-color: rgb(112,13,113); }

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