#783461

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

Shades of Palatinate Purple #783461

Tints of Palatinate Purple #783461

Color information

#783461 (or 0x783461) is unknown color: approx Palatinate Purple. HEX triplet: 78, 34 and 61. RGB value is (120,52,97). Sum of RGB (Red+Green+Blue) = 120+52+97=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783461 is #87CB9E. Grayscale: #4D4D4D. Windows color (decimal): -8899487 or 6370424. OLE color: 6370424.

HSL color Cylindrical-coordinate representation of color #783461: hue angle of 320.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783461 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1205297-
CMYK00.570.190.53
HSL320.29º39.53%33.73%-
HSV(B)320.29º56.67%47.06%-
XYZ11.137.3112.13-
YUV77.46139.03158.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=44.61%
G=19.33%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120529700.570.190.53320.2939.5333.73
Hex78346103913351402822
Octal1706414107123655005042
Binary11110001101001100001011100110011110101101000000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783461; }

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

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

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

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

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

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

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

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