#700766

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

Shades of Purple #700766

Tints of Purple #700766

Color information

#700766 (or 0x700766) is unknown color: approx Purple. HEX triplet: 70, 07 and 66. RGB value is (112,7,102). Sum of RGB (Red+Green+Blue) = 112+7+102=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700766 is #8FF899. Grayscale: #303030. Windows color (decimal): -9435290 or 6686576. OLE color: 6686576.

HSL color Cylindrical-coordinate representation of color #700766: hue angle of 305.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700766 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB1127102-
CMYK00.940.090.56
HSL305.71º88.24%23.33%-
HSV(B)305.71º93.75%43.92%-
XYZ9.164.5612.97-
YUV49.22157.79172.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=50.68%
G=3.17%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112710200.940.090.56305.7188.2423.33
Hex7076605E9381325817
Octal16071460136117046213027
Binary11100001111100110010111101001111000100110010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700766; }

 p { color: rgb(112,7,102); }

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

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

 a { background-color: rgb(112,7,102); }

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

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

 span { border-color: rgb(112,7,102); }

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