#783266

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

Shades of Palatinate Purple #783266

Tints of Palatinate Purple #783266

Color information

#783266 (or 0x783266) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 66. RGB value is (120,50,102). Sum of RGB (Red+Green+Blue) = 120+50+102=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #783266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783266 is #87CD99. Grayscale: #4C4C4C. Windows color (decimal): -8899994 or 6697592. OLE color: 6697592.

HSL color Cylindrical-coordinate representation of color #783266: hue angle of 315.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783266 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12050102-
CMYK00.580.150.53
HSL315.43º41.18%33.33%-
HSV(B)315.43º58.33%47.06%-
XYZ11.287.2313.37-
YUV76.86142.19158.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=44.12%
G=18.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205010200.580.150.53315.4341.1833.33
Hex78326603AF3513b2921
Octal1706214607217654735141
Binary1111000110010110011001110101111110101100111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783266; }

 p { color: rgb(120,50,102); }

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

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

 a { background-color: rgb(120,50,102); }

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

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

 span { border-color: rgb(120,50,102); }

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