#700F6F

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

Shades of Purple #700F6F

Tints of Purple #700F6F

Color information

#700F6F (or 0x700F6F) is unknown color: approx Purple. HEX triplet: 70, 0F and 6F. RGB value is (112,15,111). Sum of RGB (Red+Green+Blue) = 112+15+111=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #700F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F6F is #8FF090. Grayscale: #363636. Windows color (decimal): -9433233 or 7278448. OLE color: 7278448.

HSL color Cylindrical-coordinate representation of color #700F6F: hue angle of 300.62º degrees, saturation: 0.76, 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 #700F6F is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11215111-
CMYK00.870.010.56
HSL300.62º76.38%24.9%-
HSV(B)300.62º86.61%43.92%-
XYZ9.724.9315.48-
YUV54.95159.64168.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=47.06%
G=6.30%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121511100.870.010.56300.6276.3824.9
Hex70F6F05713812d4c19
Octal16017157012717045511431
Binary111000011111101111010101111111000100101101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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