#783964

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

Shades of Palatinate Purple #783964

Tints of Palatinate Purple #783964

Color information

#783964 (or 0x783964) is unknown color: approx Palatinate Purple. HEX triplet: 78, 39 and 64. RGB value is (120,57,100). Sum of RGB (Red+Green+Blue) = 120+57+100=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #783964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783964 is #87C69B. Grayscale: #505050. Windows color (decimal): -8898204 or 6568312. OLE color: 6568312.

HSL color Cylindrical-coordinate representation of color #783964: hue angle of 319.05º 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 #783964 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12057100-
CMYK00.520.170.53
HSL319.05º35.59%34.71%-
HSV(B)319.05º52.5%47.06%-
XYZ11.517.8412.96-
YUV80.74138.87156-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=43.32%
G=20.58%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205710000.520.170.53319.0535.5934.71
Hex783964034113513f2423
Octal1707114406421654774443
Binary11110001110011100100011010010001110101100111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783964; }

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

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

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

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

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

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

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

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