#700971

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

Shades of Purple #700971

Tints of Purple #700971

Color information

#700971 (or 0x700971) is unknown color: approx Purple. HEX triplet: 70, 09 and 71. RGB value is (112,9,113). Sum of RGB (Red+Green+Blue) = 112+9+113=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #700971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700971 is #8FF68E. Grayscale: #333333. Windows color (decimal): -9434767 or 7407984. OLE color: 7407984.

HSL color Cylindrical-coordinate representation of color #700971: hue angle of 299.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700971 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1129113-
CMYK0.010.9200.56
HSL299.42º85.25%23.92%-
HSV(B)299.42º92.04%44.31%-
XYZ9.764.8316.04-
YUV51.65162.62171.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=47.86%
G=3.85%
B=48.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11291130.010.9200.56299.4285.2523.92
Hex7097115C03812b5518
Octal16011161113407045312530
Binary111000010011110001110111000111000100101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700971; }

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

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

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

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

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

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

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

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