#700677

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

Shades of Purple #700677

Tints of Purple #700677

Color information

#700677 (or 0x700677) is unknown color: approx Purple. HEX triplet: 70, 06 and 77. RGB value is (112,6,119). Sum of RGB (Red+Green+Blue) = 112+6+119=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #700677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700677 is #8FF988. Grayscale: #323232. Windows color (decimal): -9435529 or 7800432. OLE color: 7800432.

HSL color Cylindrical-coordinate representation of color #700677: hue angle of 296.28º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700677 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1126119-
CMYK0.060.9500.53
HSL296.28º90.4%24.51%-
HSV(B)296.28º94.96%46.67%-
XYZ10.084.9117.87-
YUV50.58166.62171.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=47.26%
G=2.53%
B=50.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11261190.060.9500.53296.2890.424.51
Hex7067765F0351285a19
Octal1606167613706545013231
Binary1110000110111011111010111110110101100101000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700677; }

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

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

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

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

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

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

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

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