#782560

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

Shades of Palatinate Purple #782560

Tints of Palatinate Purple #782560

Color information

#782560 (or 0x782560) is unknown color: approx Palatinate Purple. HEX triplet: 78, 25 and 60. RGB value is (120,37,96). Sum of RGB (Red+Green+Blue) = 120+37+96=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782560 is #87DA9F. Grayscale: #444444. Windows color (decimal): -8903328 or 6301048. OLE color: 6301048.

HSL color Cylindrical-coordinate representation of color #782560: hue angle of 317.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782560 is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1203796-
CMYK00.690.20.53
HSL317.35º52.87%30.78%-
HSV(B)317.35º69.17%47.06%-
XYZ10.526.1611.7-
YUV68.54143.5164.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=47.43%
G=14.62%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120379600.690.20.53317.3552.8730.78
Hex782560045143513d351f
Octal17045140010524654756537
Binary11110001001011100000010001011010011010110011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782560; }

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

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

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

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

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

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

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

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