#78295F

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

Shades of Palatinate Purple #78295F

Tints of Palatinate Purple #78295F

Color information

#78295F (or 0x78295F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 29 and 5F. RGB value is (120,41,95). Sum of RGB (Red+Green+Blue) = 120+41+95=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #78295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78295F is #87D6A0. Grayscale: #464646. Windows color (decimal): -8902305 or 6236536. OLE color: 6236536.

HSL color Cylindrical-coordinate representation of color #78295F: hue angle of 318.99º 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 #78295F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1204195-
CMYK00.660.210.53
HSL318.99º49.07%31.57%-
HSV(B)318.99º65.83%47.06%-
XYZ10.66.4111.5-
YUV70.78141.67163.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=46.88%
G=16.02%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120419500.660.210.53318.9949.0731.57
Hex78295F042153513f3120
Octal17051137010225654776140
Binary111100010100110111110100001010101110101100111111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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