#700A6B

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

Shades of Purple #700A6B

Tints of Purple #700A6B

Color information

#700A6B (or 0x700A6B) is unknown color: approx Purple. HEX triplet: 70, 0A and 6B. RGB value is (112,10,107). Sum of RGB (Red+Green+Blue) = 112+10+107=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6B is #8FF594. Grayscale: #333333. Windows color (decimal): -9434517 or 7015024. OLE color: 7015024.

HSL color Cylindrical-coordinate representation of color #700A6B: hue angle of 302.94º 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 #700A6B is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11210107-
CMYK00.910.040.56
HSL302.94º83.61%23.92%-
HSV(B)302.94º91.07%43.92%-
XYZ9.444.7214.32-
YUV51.56159.29171.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=48.91%
G=4.37%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121010700.910.040.56302.9483.6123.92
Hex70A6B05B43812f5418
Octal16012153013347045712430
Binary11100001010110101101011011100111000100101111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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