#78386B

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

Shades of Palatinate Purple #78386B

Tints of Palatinate Purple #78386B

Color information

#78386B (or 0x78386B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 38 and 6B. RGB value is (120,56,107). Sum of RGB (Red+Green+Blue) = 120+56+107=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386B is #87C794. Grayscale: #505050. Windows color (decimal): -8898453 or 7026808. OLE color: 7026808.

HSL color Cylindrical-coordinate representation of color #78386B: hue angle of 312.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78386B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12056107-
CMYK00.530.110.53
HSL312.19º36.36%34.51%-
HSV(B)312.19º53.33%47.06%-
XYZ11.817.8814.81-
YUV80.95142.7155.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=42.40%
G=19.79%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205610700.530.110.53312.1936.3634.51
Hex78386B035B351382423
Octal1707015306513654704443
Binary1111000111000110101101101011011110101100111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78386B; }

 p { color: rgb(120,56,107); }

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

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

 a { background-color: rgb(120,56,107); }

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

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

 span { border-color: rgb(120,56,107); }

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