#700F71

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

Shades of Purple #700F71

Tints of Purple #700F71

Color information

#700F71 (or 0x700F71) is unknown color: approx Purple. HEX triplet: 70, 0F and 71. RGB value is (112,15,113). Sum of RGB (Red+Green+Blue) = 112+15+113=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #700F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F71 is #8FF08E. Grayscale: #363636. Windows color (decimal): -9433231 or 7409520. OLE color: 7409520.

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

Color convert

RGB11215113-
CMYK0.010.8700.56
HSL299.39º76.56%25.1%-
HSV(B)299.39º86.73%44.31%-
XYZ9.834.9816.07-
YUV55.18160.64168.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=46.67%
G=6.25%
B=47.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112151130.010.8700.56299.3976.5625.1
Hex70F7115703812b4d19
Octal16017161112707045311531
Binary111000011111110001110101110111000100101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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