#783060

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

Shades of Palatinate Purple #783060

Tints of Palatinate Purple #783060

Color information

#783060 (or 0x783060) is unknown color: approx Palatinate Purple. HEX triplet: 78, 30 and 60. RGB value is (120,48,96). Sum of RGB (Red+Green+Blue) = 120+48+96=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783060 is #87CF9F. Grayscale: #4A4A4A. Windows color (decimal): -8900512 or 6303864. OLE color: 6303864.

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

Color convert

RGB1204896-
CMYK00.600.20.53
HSL320º42.86%32.94%-
HSV(B)320º60%47.06%-
XYZ10.916.9511.83-
YUV75139.85160.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120489600.600.20.5332042.8632.94
Hex78306003C14351402b21
Octal1706014007424655005341
Binary11110001100001100000011110010100110101101000000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783060; }

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

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

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

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

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

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

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

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