#703766

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

Shades of Palatinate Purple #703766

Tints of Palatinate Purple #703766

Color information

#703766 (or 0x703766) is unknown color: approx Palatinate Purple. HEX triplet: 70, 37 and 66. RGB value is (112,55,102). Sum of RGB (Red+Green+Blue) = 112+55+102=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #703766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703766 is #8FC899. Grayscale: #4D4D4D. Windows color (decimal): -9423002 or 6698864. OLE color: 6698864.

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

Color convert

RGB11255102-
CMYK00.510.090.56
HSL310.53º34.13%32.75%-
HSV(B)310.53º50.89%43.92%-
XYZ10.457.1413.4-
YUV77.4141.88152.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=41.64%
G=20.45%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125510200.510.090.56310.5334.1332.75
Hex7037660339381372221
Octal1606714606311704674241
Binary1110000110111110011001100111001111000100110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703766; }

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

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

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

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

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

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

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

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