#700A6E

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

Shades of Purple #700A6E

Tints of Purple #700A6E

Color information

#700A6E (or 0x700A6E) is unknown color: approx Purple. HEX triplet: 70, 0A and 6E. RGB value is (112,10,110). Sum of RGB (Red+Green+Blue) = 112+10+110=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6E is #8FF591. Grayscale: #333333. Windows color (decimal): -9434514 or 7211632. OLE color: 7211632.

HSL color Cylindrical-coordinate representation of color #700A6E: hue angle of 301.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A6E is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11210110-
CMYK00.910.020.56
HSL301.18º83.61%23.92%-
HSV(B)301.18º91.07%43.92%-
XYZ9.614.7915.17-
YUV51.9160.79170.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=48.28%
G=4.31%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121011000.910.020.56301.1883.6123.92
Hex70A6E05B23812d5418
Octal16012156013327045512430
Binary1110000101011011100101101110111000100101101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,10,110); }

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

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

 a { background-color: rgb(112,10,110); }

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

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

 span { border-color: rgb(112,10,110); }

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