#783061

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

Shades of Palatinate Purple #783061

Tints of Palatinate Purple #783061

Color information

#783061 (or 0x783061) is unknown color: approx Palatinate Purple. HEX triplet: 78, 30 and 61. RGB value is (120,48,97). Sum of RGB (Red+Green+Blue) = 120+48+97=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #783061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783061 is #87CF9E. Grayscale: #4A4A4A. Windows color (decimal): -8900511 or 6369400. OLE color: 6369400.

HSL color Cylindrical-coordinate representation of color #783061: hue angle of 319.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783061 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1204897-
CMYK00.600.190.53
HSL319.17º42.86%32.94%-
HSV(B)319.17º60%47.06%-
XYZ10.966.9712.08-
YUV75.11140.35160.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=45.28%
G=18.11%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120489700.600.190.53319.1742.8632.94
Hex78306103C133513f2b21
Octal1706014107423654775341
Binary11110001100001100001011110010011110101100111111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783061; }

 p { color: rgb(120,48,97); }

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

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

 a { background-color: rgb(120,48,97); }

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

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

 span { border-color: rgb(120,48,97); }

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