#703163

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

Shades of Palatinate Purple #703163

Tints of Palatinate Purple #703163

Color information

#703163 (or 0x703163) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 63. RGB value is (112,49,99). Sum of RGB (Red+Green+Blue) = 112+49+99=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #703163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703163 is #8FCE9C. Grayscale: #494949. Windows color (decimal): -9424541 or 6500720. OLE color: 6500720.

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

Color convert

RGB1124999-
CMYK00.560.120.56
HSL312.38º39.13%31.57%-
HSV(B)312.38º56.25%43.92%-
XYZ10.036.5412.54-
YUV73.54142.37155.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=43.08%
G=18.85%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499900.560.120.56312.3839.1331.57
Hex703163038C381382720
Octal1606114307014704704740
Binary1110000110001110001101110001100111000100111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703163; }

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

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

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

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

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

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

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

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