#703963

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

Shades of Palatinate Purple #703963

Tints of Palatinate Purple #703963

Color information

#703963 (or 0x703963) is unknown color: approx Palatinate Purple. HEX triplet: 70, 39 and 63. RGB value is (112,57,99). Sum of RGB (Red+Green+Blue) = 112+57+99=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703963 is #8FC69C. Grayscale: #4E4E4E. Windows color (decimal): -9422493 or 6502768. OLE color: 6502768.

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

Color convert

RGB1125799-
CMYK00.490.120.56
HSL314.18º32.54%33.14%-
HSV(B)314.18º49.11%43.92%-
XYZ10.47.2712.66-
YUV78.23139.72152.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=41.79%
G=21.27%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112579900.490.120.56314.1832.5433.14
Hex703963031C3813a2121
Octal1607114306114704724141
Binary1110000111001110001101100011100111000100111010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703963; }

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

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

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

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

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

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

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

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