#78346D

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

Shades of Palatinate Purple #78346D

Tints of Palatinate Purple #78346D

Color information

#78346D (or 0x78346D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 34 and 6D. RGB value is (120,52,109). Sum of RGB (Red+Green+Blue) = 120+52+109=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78346D is #87CB92. Grayscale: #4E4E4E. Windows color (decimal): -8899475 or 7156856. OLE color: 7156856.

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

Color convert

RGB12052109-
CMYK00.570.090.53
HSL309.71º39.53%33.73%-
HSV(B)309.71º56.67%47.06%-
XYZ11.737.5515.31-
YUV78.83145.03157.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=42.70%
G=18.51%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205210900.570.090.53309.7139.5333.73
Hex78346D0399351362822
Octal1706415507111654665042
Binary1111000110100110110101110011001110101100110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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