#783664

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

Shades of Palatinate Purple #783664

Tints of Palatinate Purple #783664

Color information

#783664 (or 0x783664) is unknown color: approx Palatinate Purple. HEX triplet: 78, 36 and 64. RGB value is (120,54,100). Sum of RGB (Red+Green+Blue) = 120+54+100=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783664 is #87C99B. Grayscale: #4E4E4E. Windows color (decimal): -8898972 or 6567544. OLE color: 6567544.

HSL color Cylindrical-coordinate representation of color #783664: hue angle of 318.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #783664 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12054100-
CMYK00.550.170.53
HSL318.18º37.93%34.12%-
HSV(B)318.18º55%47.06%-
XYZ11.377.5512.92-
YUV78.98139.87157.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=43.80%
G=19.71%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205410000.550.170.53318.1837.9334.12
Hex783664037113513e2622
Octal1706614406721654764642
Binary11110001101101100100011011110001110101100111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783664; }

 p { color: rgb(120,54,100); }

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

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

 a { background-color: rgb(120,54,100); }

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

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

 span { border-color: rgb(120,54,100); }

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