#78316D

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

Shades of Palatinate Purple #78316D

Tints of Palatinate Purple #78316D

Color information

#78316D (or 0x78316D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 31 and 6D. RGB value is (120,49,109). Sum of RGB (Red+Green+Blue) = 120+49+109=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78316D is #87CE92. Grayscale: #4C4C4C. Windows color (decimal): -8900243 or 7156088. OLE color: 7156088.

HSL color Cylindrical-coordinate representation of color #78316D: hue angle of 309.3º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78316D is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12049109-
CMYK00.590.090.53
HSL309.3º42.01%33.14%-
HSV(B)309.3º59.17%47.06%-
XYZ11.67.2915.26-
YUV77.07146.02158.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=43.17%
G=17.63%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204910900.590.090.53309.342.0133.14
Hex78316D03B9351352a21
Octal1706115507311654655241
Binary1111000110001110110101110111001110101100110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78316D; }

 p { color: rgb(120,49,109); }

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

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

 a { background-color: rgb(120,49,109); }

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

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

 span { border-color: rgb(120,49,109); }

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