#783261

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

Shades of Palatinate Purple #783261

Tints of Palatinate Purple #783261

Color information

#783261 (or 0x783261) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 61. RGB value is (120,50,97). Sum of RGB (Red+Green+Blue) = 120+50+97=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #783261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783261 is #87CD9E. Grayscale: #4C4C4C. Windows color (decimal): -8899999 or 6369912. OLE color: 6369912.

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

Color convert

RGB1205097-
CMYK00.580.190.53
HSL319.71º41.18%33.33%-
HSV(B)319.71º58.33%47.06%-
XYZ11.047.1412.1-
YUV76.29139.69159.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=44.94%
G=18.73%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509700.580.190.53319.7141.1833.33
Hex78326103A13351402921
Octal1706214107223655005141
Binary11110001100101100001011101010011110101101000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783261; }

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

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

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

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

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

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

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

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