#703761

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

Shades of Palatinate Purple #703761

Tints of Palatinate Purple #703761

Color information

#703761 (or 0x703761) is unknown color: approx Palatinate Purple. HEX triplet: 70, 37 and 61. RGB value is (112,55,97). Sum of RGB (Red+Green+Blue) = 112+55+97=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703761 is #8FC89E. Grayscale: #4C4C4C. Windows color (decimal): -9423007 or 6371184. OLE color: 6371184.

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

Color convert

RGB1125597-
CMYK00.510.130.56
HSL315.79º34.13%32.75%-
HSV(B)315.79º50.89%43.92%-
XYZ10.217.0412.13-
YUV76.83139.38153.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=42.42%
G=20.83%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112559700.510.130.56315.7934.1332.75
Hex703761033D3813c2221
Octal1606714106315704744241
Binary1110000110111110000101100111101111000100111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703761; }

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

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

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

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

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

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

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

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