#700760

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

Shades of Palatinate Purple #700760

Tints of Palatinate Purple #700760

Color information

#700760 (or 0x700760) is unknown color: approx Palatinate Purple. HEX triplet: 70, 07 and 60. RGB value is (112,7,96). Sum of RGB (Red+Green+Blue) = 112+7+96=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700760 is #8FF89F. Grayscale: #303030. Windows color (decimal): -9435296 or 6293360. OLE color: 6293360.

HSL color Cylindrical-coordinate representation of color #700760: hue angle of 309.14º 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 #700760 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB112796-
CMYK00.940.140.56
HSL309.14º88.24%23.33%-
HSV(B)309.14º93.75%43.92%-
XYZ8.874.4411.46-
YUV48.54154.79173.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=52.09%
G=3.26%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11279600.940.140.56309.1488.2423.33
Hex7076005EE381355817
Octal16071400136167046513027
Binary11100001111100000010111101110111000100110101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700760; }

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

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

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

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

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

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

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

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