#703564

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

Shades of Palatinate Purple #703564

Tints of Palatinate Purple #703564

Color information

#703564 (or 0x703564) is unknown color: approx Palatinate Purple. HEX triplet: 70, 35 and 64. RGB value is (112,53,100). Sum of RGB (Red+Green+Blue) = 112+53+100=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703564 is #8FCA9B. Grayscale: #4B4B4B. Windows color (decimal): -9423516 or 6567280. OLE color: 6567280.

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

Color convert

RGB11253100-
CMYK00.530.110.56
HSL312.2º35.76%32.35%-
HSV(B)312.2º52.68%43.92%-
XYZ10.266.9112.85-
YUV76141.55153.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=42.26%
G=20%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125310000.530.110.56312.235.7632.35
Hex703564035B381382420
Octal1606514406513704704440
Binary1110000110101110010001101011011111000100111000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703564; }

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

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

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

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

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

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

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

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