#783263

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

Shades of Palatinate Purple #783263

Tints of Palatinate Purple #783263

Color information

#783263 (or 0x783263) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 63. RGB value is (120,50,99). Sum of RGB (Red+Green+Blue) = 120+50+99=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783263 is #87CD9C. Grayscale: #4C4C4C. Windows color (decimal): -8899997 or 6500984. OLE color: 6500984.

HSL color Cylindrical-coordinate representation of color #783263: hue angle of 318º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783263 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1205099-
CMYK00.580.170.53
HSL318º41.18%33.33%-
HSV(B)318º58.33%47.06%-
XYZ11.147.1812.6-
YUV76.52140.69159.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=44.61%
G=18.59%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509900.580.170.5331841.1833.33
Hex78326303A113513e2921
Octal1706214307221654765141
Binary11110001100101100011011101010001110101100111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783263; }

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

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

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

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

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

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

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

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