#703861

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

Shades of Palatinate Purple #703861

Tints of Palatinate Purple #703861

Color information

#703861 (or 0x703861) is unknown color: approx Palatinate Purple. HEX triplet: 70, 38 and 61. RGB value is (112,56,97). Sum of RGB (Red+Green+Blue) = 112+56+97=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703861 is #8FC79E. Grayscale: #4D4D4D. Windows color (decimal): -9422751 or 6371440. OLE color: 6371440.

HSL color Cylindrical-coordinate representation of color #703861: hue angle of 316.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703861 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1125697-
CMYK00.500.130.56
HSL316.07º33.33%32.94%-
HSV(B)316.07º50%43.92%-
XYZ10.257.1412.15-
YUV77.42139.05152.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=42.26%
G=21.13%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112569700.500.130.56316.0733.3332.94
Hex703861032D3813c2121
Octal1607014106215704744141
Binary1110000111000110000101100101101111000100111100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703861; }

 p { color: rgb(112,56,97); }

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

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

 a { background-color: rgb(112,56,97); }

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

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

 span { border-color: rgb(112,56,97); }

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