#783561

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

Shades of Palatinate Purple #783561

Tints of Palatinate Purple #783561

Color information

#783561 (or 0x783561) is unknown color: approx Palatinate Purple. HEX triplet: 78, 35 and 61. RGB value is (120,53,97). Sum of RGB (Red+Green+Blue) = 120+53+97=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783561 is #87CA9E. Grayscale: #4D4D4D. Windows color (decimal): -8899231 or 6370680. OLE color: 6370680.

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

Color convert

RGB1205397-
CMYK00.560.190.53
HSL320.6º38.73%33.92%-
HSV(B)320.6º55.83%47.06%-
XYZ11.187.412.15-
YUV78.05138.7157.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=44.44%
G=19.63%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120539700.560.190.53320.638.7333.92
Hex78356103813351412722
Octal1706514107023655014742
Binary11110001101011100001011100010011110101101000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783561; }

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

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

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

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

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

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

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

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