#700666

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

Shades of Purple #700666

Tints of Purple #700666

Color information

#700666 (or 0x700666) is unknown color: approx Purple. HEX triplet: 70, 06 and 66. RGB value is (112,6,102). Sum of RGB (Red+Green+Blue) = 112+6+102=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700666 is #8FF999. Grayscale: #303030. Windows color (decimal): -9435546 or 6686320. OLE color: 6686320.

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

Color convert

RGB1126102-
CMYK00.950.090.56
HSL305.66º89.83%23.14%-
HSV(B)305.66º94.64%43.92%-
XYZ9.154.5312.96-
YUV48.64158.12173.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=50.91%
G=2.73%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112610200.950.090.56305.6689.8323.14
Hex7066605F9381325a17
Octal16061460137117046213227
Binary11100001101100110010111111001111000100110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700666; }

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

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

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

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

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

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

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

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