#783260

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

Shades of Palatinate Purple #783260

Tints of Palatinate Purple #783260

Color information

#783260 (or 0x783260) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 60. RGB value is (120,50,96). Sum of RGB (Red+Green+Blue) = 120+50+96=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #783260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783260 is #87CD9F. Grayscale: #4C4C4C. Windows color (decimal): -8900000 or 6304376. OLE color: 6304376.

HSL color Cylindrical-coordinate representation of color #783260: hue angle of 320.57º 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 #783260 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1205096-
CMYK00.580.20.53
HSL320.57º41.18%33.33%-
HSV(B)320.57º58.33%47.06%-
XYZ117.1211.86-
YUV76.17139.19159.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=45.11%
G=18.80%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509600.580.20.53320.5741.1833.33
Hex78326003A14351412921
Octal1706214007224655015141
Binary11110001100101100000011101010100110101101000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783260; }

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

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

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

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

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

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

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

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