#78396A

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

Shades of Palatinate Purple #78396A

Tints of Palatinate Purple #78396A

Color information

#78396A (or 0x78396A) is unknown color: approx Palatinate Purple. HEX triplet: 78, 39 and 6A. RGB value is (120,57,106). Sum of RGB (Red+Green+Blue) = 120+57+106=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78396A is #87C695. Grayscale: #515151. Windows color (decimal): -8898198 or 6961528. OLE color: 6961528.

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

Color convert

RGB12057106-
CMYK00.520.120.53
HSL313.33º35.59%34.71%-
HSV(B)313.33º52.5%47.06%-
XYZ11.817.9614.55-
YUV81.42141.87155.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=42.40%
G=20.14%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205710600.520.120.53313.3335.5934.71
Hex78396A034C351392423
Octal1707115206414654714443
Binary1111000111001110101001101001100110101100111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78396A; }

 p { color: rgb(120,57,106); }

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

<style>
 a { background-color: #78396A; }

 a { background-color: rgb(120,57,106); }

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

<style>
 span { border-color: #78396A; }

 span { border-color: rgb(120,57,106); }

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