#700076

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

Shades of Purple #700076

Tints of Purple #700076

Color information

#700076 (or 0x700076) is unknown color: approx Purple. HEX triplet: 70, 00 and 76. RGB value is (112,0,118). Sum of RGB (Red+Green+Blue) = 112+0+118=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #700076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700076 is #8FFF89. Grayscale: #2E2E2E. Windows color (decimal): -9437066 or 7733360. OLE color: 7733360.

HSL color Cylindrical-coordinate representation of color #700076: hue angle of 296.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700076 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1120118-
CMYK0.05100.54
HSL296.95º100%23.14%-
HSV(B)296.95º100%46.27%-
XYZ9.954.7517.53-
YUV46.94168.11174.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=48.70%
G=0%
B=51.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11201180.05100.54296.9510023.14
Hex700765640361296417
Octal1600166514406645114427
Binary11100000111011010111001000110110100101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700076; }

 p { color: rgb(112,0,118); }

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

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

 a { background-color: rgb(112,0,118); }

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

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

 span { border-color: rgb(112,0,118); }

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