#703661

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

Shades of Palatinate Purple #703661

Tints of Palatinate Purple #703661

Color information

#703661 (or 0x703661) is unknown color: approx Palatinate Purple. HEX triplet: 70, 36 and 61. RGB value is (112,54,97). Sum of RGB (Red+Green+Blue) = 112+54+97=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703661 is #8FC99E. Grayscale: #4C4C4C. Windows color (decimal): -9423263 or 6370928. OLE color: 6370928.

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

Color convert

RGB1125497-
CMYK00.520.130.56
HSL315.52º34.94%32.55%-
HSV(B)315.52º51.79%43.92%-
XYZ10.166.9512.11-
YUV76.24139.72153.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=42.59%
G=20.53%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112549700.520.130.56315.5234.9432.55
Hex703661034D3813c2321
Octal1606614106415704744341
Binary1110000110110110000101101001101111000100111100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703661; }

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

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

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

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

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

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

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

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