#700782

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

Shades of Purple #700782

Tints of Purple #700782

Color information

#700782 (or 0x700782) is unknown color: approx Purple. HEX triplet: 70, 07 and 82. RGB value is (112,7,130). Sum of RGB (Red+Green+Blue) = 112+7+130=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #700782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700782 is #8FF87D. Grayscale: #343434. Windows color (decimal): -9435262 or 8521584. OLE color: 8521584.

HSL color Cylindrical-coordinate representation of color #700782: hue angle of 291.22º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700782 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1127130-
CMYK0.140.9500.49
HSL291.22º89.78%26.86%-
HSV(B)291.22º94.62%50.98%-
XYZ10.795.2121.56-
YUV52.42171.79170.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=44.98%
G=2.81%
B=52.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11271300.140.9500.49291.2289.7826.86
Hex70782E5F0311235a1b
Octal16072021613706144313233
Binary111000011110000010111010111110110001100100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700782; }

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

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

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

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

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

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

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

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