#703162

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

Shades of Palatinate Purple #703162

Tints of Palatinate Purple #703162

Color information

#703162 (or 0x703162) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 62. RGB value is (112,49,98). Sum of RGB (Red+Green+Blue) = 112+49+98=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703162 is #8FCE9D. Grayscale: #494949. Windows color (decimal): -9424542 or 6435184. OLE color: 6435184.

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

Color convert

RGB1124998-
CMYK00.560.130.56
HSL313.33º39.13%31.57%-
HSV(B)313.33º56.25%43.92%-
XYZ9.996.5212.29-
YUV73.42141.87155.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=43.24%
G=18.92%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499800.560.130.56313.3339.1331.57
Hex703162038D381392720
Octal1606114207015704714740
Binary1110000110001110001001110001101111000100111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703162; }

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

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

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

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

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

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

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

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