#700A6C

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

Shades of Purple #700A6C

Tints of Purple #700A6C

Color information

#700A6C (or 0x700A6C) is unknown color: approx Purple. HEX triplet: 70, 0A and 6C. RGB value is (112,10,108). Sum of RGB (Red+Green+Blue) = 112+10+108=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6C is #8FF593. Grayscale: #333333. Windows color (decimal): -9434516 or 7080560. OLE color: 7080560.

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

Color convert

RGB11210108-
CMYK00.910.040.56
HSL302.35º83.61%23.92%-
HSV(B)302.35º91.07%43.92%-
XYZ9.54.7414.6-
YUV51.67159.79171.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=48.70%
G=4.35%
B=46.96%

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
Decimal1121010800.910.040.56302.3583.6123.92
Hex70A6C05B43812e5418
Octal16012154013347045612430
Binary11100001010110110001011011100111000100101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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