#78295E

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

Shades of Palatinate Purple #78295E

Tints of Palatinate Purple #78295E

Color information

#78295E (or 0x78295E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 29 and 5E. RGB value is (120,41,94). Sum of RGB (Red+Green+Blue) = 120+41+94=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78295E is #87D6A1. Grayscale: #464646. Windows color (decimal): -8902306 or 6171000. OLE color: 6171000.

HSL color Cylindrical-coordinate representation of color #78295E: hue angle of 319.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78295E is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1204194-
CMYK00.660.220.53
HSL319.75º49.07%31.57%-
HSV(B)319.75º65.83%47.06%-
XYZ10.566.3911.27-
YUV70.66141.17163.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=47.06%
G=16.08%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120419400.660.220.53319.7549.0731.57
Hex78295E04216351403120
Octal17051136010226655006140
Binary111100010100110111100100001010110110101101000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78295E; }

 p { color: rgb(120,41,94); }

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

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

 a { background-color: rgb(120,41,94); }

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

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

 span { border-color: rgb(120,41,94); }

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