#703565

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

Shades of Palatinate Purple #703565

Tints of Palatinate Purple #703565

Color information

#703565 (or 0x703565) is unknown color: approx Palatinate Purple. HEX triplet: 70, 35 and 65. RGB value is (112,53,101). Sum of RGB (Red+Green+Blue) = 112+53+101=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703565 is #8FCA9A. Grayscale: #4B4B4B. Windows color (decimal): -9423515 or 6632816. OLE color: 6632816.

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

Color convert

RGB11253101-
CMYK00.530.100.56
HSL311.19º35.76%32.35%-
HSV(B)311.19º52.68%43.92%-
XYZ10.36.9313.11-
YUV76.11142.05153.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=42.11%
G=19.92%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125310100.530.100.56311.1935.7632.35
Hex703565035A381372420
Octal1606514506512704674440
Binary1110000110101110010101101011010111000100110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703565; }

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

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

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

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

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

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

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

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