#782664

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

Shades of Palatinate Purple #782664

Tints of Palatinate Purple #782664

Color information

#782664 (or 0x782664) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 64. RGB value is (120,38,100). Sum of RGB (Red+Green+Blue) = 120+38+100=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #782664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782664 is #87D99B. Grayscale: #454545. Windows color (decimal): -8903068 or 6563448. OLE color: 6563448.

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

Color convert

RGB12038100-
CMYK00.680.170.53
HSL314.63º51.9%30.98%-
HSV(B)314.63º68.33%47.06%-
XYZ10.746.312.71-
YUV69.59145.17163.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=46.51%
G=14.73%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203810000.680.170.53314.6351.930.98
Hex782664044113513b341f
Octal17046144010421654736437
Binary11110001001101100100010001001000111010110011101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782664; }

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

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

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

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

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

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

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

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