#703561

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

Shades of Palatinate Purple #703561

Tints of Palatinate Purple #703561

Color information

#703561 (or 0x703561) is unknown color: approx Palatinate Purple. HEX triplet: 70, 35 and 61. RGB value is (112,53,97). Sum of RGB (Red+Green+Blue) = 112+53+97=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #703561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703561 is #8FCA9E. Grayscale: #4B4B4B. Windows color (decimal): -9423519 or 6370672. OLE color: 6370672.

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

Color convert

RGB1125397-
CMYK00.530.130.56
HSL315.25º35.76%32.35%-
HSV(B)315.25º52.68%43.92%-
XYZ10.116.8512.1-
YUV75.66140.05153.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=42.75%
G=20.23%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112539700.530.130.56315.2535.7632.35
Hex703561035D3813b2420
Octal1606514106515704734440
Binary1110000110101110000101101011101111000100111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703561; }

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

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

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

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

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

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

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

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