#703160

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

Shades of Palatinate Purple #703160

Tints of Palatinate Purple #703160

Color information

#703160 (or 0x703160) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 60. RGB value is (112,49,96). Sum of RGB (Red+Green+Blue) = 112+49+96=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703160 is #8FCE9F. Grayscale: #494949. Windows color (decimal): -9424544 or 6304112. OLE color: 6304112.

HSL color Cylindrical-coordinate representation of color #703160: hue angle of 315.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703160 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1124996-
CMYK00.560.140.56
HSL315.24º39.13%31.57%-
HSV(B)315.24º56.25%43.92%-
XYZ9.896.4911.8-
YUV73.19140.87155.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=43.58%
G=19.07%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499600.560.140.56315.2439.1331.57
Hex703160038E3813b2720
Octal1606114007016704734740
Binary1110000110001110000001110001110111000100111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703160; }

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

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

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

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

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

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

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

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