#703263

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

Shades of Palatinate Purple #703263

Tints of Palatinate Purple #703263

Color information

#703263 (or 0x703263) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 63. RGB value is (112,50,99). Sum of RGB (Red+Green+Blue) = 112+50+99=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703263 is #8FCD9C. Grayscale: #494949. Windows color (decimal): -9424285 or 6500976. OLE color: 6500976.

HSL color Cylindrical-coordinate representation of color #703263: hue angle of 312.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703263 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1125099-
CMYK00.550.120.56
HSL312.58º38.27%31.76%-
HSV(B)312.58º55.36%43.92%-
XYZ10.076.6312.55-
YUV74.12142.04155.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=42.91%
G=19.16%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112509900.550.120.56312.5838.2731.76
Hex703263037C381392620
Octal1606214306714704714640
Binary1110000110010110001101101111100111000100111001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703263; }

 p { color: rgb(112,50,99); }

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

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

 a { background-color: rgb(112,50,99); }

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

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

 span { border-color: rgb(112,50,99); }

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